Skip to content

Commit

Permalink
2nd attempt to fix the path
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Jan 31, 2025
1 parent a4589bf commit e978511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID:-test}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY:-test}
volumes:
- "${{ github.workspace }}/s3_local/init_s3.py:/etc/localstack/init/ready.d/init-s3.py"
- "./s3_local/init_s3.py:/etc/localstack/init/ready.d/init-s3.py"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e978511

Please sign in to comment.