Skip to content

Commit

Permalink
Help tests find s3
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Sep 4, 2024
1 parent 8e483e6 commit e6ca654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd -
- name: Add bucket hostname
run: echo 127.0.0.1 mockbucket.s3mock | sudo tee -a /etc/hosts
run: echo "127.0.0.1 mockbucket.s3mock s3mock" | sudo tee -a /etc/hosts

- name: Login to Dockerhub
uses: docker/login-action@v3
Expand Down

0 comments on commit e6ca654

Please sign in to comment.