Skip to content

Commit

Permalink
mount-s3 bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 1, 2024
1 parent ff0810d commit d9bb1f0
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 ${{ secrets.AWS_METADATA_MAPPER_BUCKET_DEV }} bucket_mnt
mount-s3 aind-scratch-data-dev-u5u0i5 bucket_mnt
- name: run integration tests
run:
python tests/integration/bergamo/session.py --input_source "bucket_mnt/metadata-mapper-integration-testing/bergamo/tiff_files" IntegrationTestBergamo
Expand Down

0 comments on commit d9bb1f0

Please sign in to comment.