Skip to content

Commit

Permalink
bucket name syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 1, 2024
1 parent 42205d6 commit d4edec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: mount s3 bucket
run: |
mkdir bucket_mt
mount-s3 $${{ env.AWS_METADATA_MAPPER_BUCKET }} bucket_mt
mount-s3 $AWS_METADATA_MAPPER_BUCKET bucket_mt
- name: run integration tests
run:
python tests/integration/bergamo/session.py --input_source "bucket_mt/metadata-mapper-integration-testing/bergamo/tiff_files" IntegrationTestBergamo
Expand Down

0 comments on commit d4edec3

Please sign in to comment.