Skip to content

Commit

Permalink
AWS Lambda Rest: add native integration tests to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jan 16, 2024
1 parent 885f486 commit 45388f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
{
"category": "Amazon",
"timeout": 50,
"test-modules": "amazon-lambda, amazon-lambda-http",
"timeout": 80,
"test-modules": "amazon-lambda, amazon-lambda-http, amazon-lambda-rest-funqy, amazon-lambda-rest-servlet, amazon-lambda-rest-reactive-routes, amazon-lambda-rest-resteasy-reactive",
"os-name": "ubuntu-latest"
},
{
Expand Down

0 comments on commit 45388f8

Please sign in to comment.