Skip to content

Commit

Permalink
ci: prefix s3 localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Jan 29, 2024
1 parent d99d791 commit 8970ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pnpm run test:coverage
env:
IS_OFFLINE: true
AWS_ENDPOINT_URL: http://localhost:4566
AWS_ENDPOINT_URL: http://s3.localhost:4566
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
Expand Down

0 comments on commit 8970ad1

Please sign in to comment.