Skip to content

Commit

Permalink
mountpoint-s3 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 1, 2024
1 parent fe02813 commit 507480a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@ jobs:
role-to-assume: ${{ env.AWS_METADATA_MAPPER_ROLE }}
role-session-name: github-integration-test-session
aws-region: ${{ env.AWS_REGION }}
- name: install mountpoint-s3
run:
sudo apt-get install ./mount-s3.deb
- name: mount s3 bucket
mkdir bucket_mt
mount-s3 ${{ secrets.AWS_METADATA_MAPPER_BUCKET_DEV }} bucket_mnt
- name: run integration tests
run:
python -m tests.integration.test_bergamo.test_session AWS_METADATA_MAPPER_BUCKET=${{ secrets.AWS_METADATA_MAPPER_BUCKET_DEV }}
python tests/integration/bergamo/session.py --input_source "bucket_mnt/metadata-mapper-integration-testing/bergamo/tiff_files" IntegrationTestBergamo
unmount bucket_mnt



Expand Down

0 comments on commit 507480a

Please sign in to comment.