Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Nov 7, 2023
1 parent a6b3f53 commit bc82cb6
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,19 @@ jobs:
strategy:
matrix:
node-version: ["16.x", "18.x"]
example: [
"not_stringified_body",
"print_event_context",
"stringified_body",
"upload_file_multipart",
"with_callback",
"with_event_components",
"with_http_get",
"with_http_post",
"with_object",
"with_promise",
]
example:
[
"not_stringified_body",
"print_event_context",
"stringified_body",
"upload_file_multipart",
"with_callback",
"with_event_components",
"with_http_get",
"with_http_post",
"with_object",
"with_promise",
]

runs-on: ubuntu-22.04
steps:
Expand All @@ -73,4 +74,5 @@ jobs:
- name: "Run example"
run: |
node ${{ matrix.example }}/handler.js &
sleep 2 &
curl http://localhost:8080

0 comments on commit bc82cb6

Please sign in to comment.