Skip to content

Commit

Permalink
download mountpoint-s3 from url
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 1, 2024
1 parent 0491f03 commit ff0810d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: |
run:
python -m pip install -e .[all]
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -31,10 +31,12 @@ jobs:
role-session-name: github-integration-test-session
aws-region: ${{ env.AWS_REGION }}
- name: install mountpoint-s3
run:
run: |
wget https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.deb
sudo apt-get update
sudo apt-get install ./mount-s3.deb
- name: mount s3 bucket
run:
run: |
mkdir bucket_mt
mount-s3 ${{ secrets.AWS_METADATA_MAPPER_BUCKET_DEV }} bucket_mnt
- name: run integration tests
Expand Down

0 comments on commit ff0810d

Please sign in to comment.