Skip to content

Commit

Permalink
env var for bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 1, 2024
1 parent 8b40bba commit 42205d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: mount s3 bucket
run: |
mkdir bucket_mt
mount-s3 aind-scratch-data-dev-u5u0i5 bucket_mt
mount-s3 $${{ env.AWS_METADATA_MAPPER_BUCKET }} bucket_mt
- name: run integration tests
run:
python tests/integration/bergamo/session.py --input_source "bucket_mnt/metadata-mapper-integration-testing/bergamo/tiff_files" IntegrationTestBergamo
unmount bucket_mnt
python tests/integration/bergamo/session.py --input_source "bucket_mt/metadata-mapper-integration-testing/bergamo/tiff_files" IntegrationTestBergamo
unmount bucket_mt



Expand Down

0 comments on commit 42205d6

Please sign in to comment.