Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Try to get localstack bound on IPv4 localhost.
  • Loading branch information
rod-dvla authored Oct 30, 2023
1 parent 66e735d commit cd98526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
run: sleep 30s
shell: bash
- name: Run some Tests against LocalStack
run: npm run system-test
run: |
export S3_ENDPOINT=http://127.0.0.1:4566
npm run system-test

0 comments on commit cd98526

Please sign in to comment.