Skip to content

Commit

Permalink
fixed typo in S3 endpoint host
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Dec 27, 2024
1 parent ad8ee70 commit 0eb1c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: "Test - Bridge - Filesystem Async AWS"
run: "composer test:bridge:filesystem-async-aws"
env:
S3_ENDPOINT: "http://localhostr:${{ job.services.localstack.ports[4566] }}"
S3_ENDPOINT: "http://localhost:${{ job.services.localstack.ports[4566] }}"
S3_REGION: "us-east-1"
S3_ACCESS_KEY_ID: "test"
S3_SECRET_ACCESS_KEY: "test"
Expand Down

0 comments on commit 0eb1c03

Please sign in to comment.