Skip to content

Commit

Permalink
fix irods hostname in ci (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 24, 2024
1 parent fbbb506 commit 6daf2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
- name: Run collectstatic
run: python manage.py collectstatic --noinput
# NOTE: Workaround for python-irodsclient>1.1.9 redirect issue
- name: Add irods-test to /etc/hosts
- name: Add irods to /etc/hosts
run: |
sudo echo "127.0.0.1 irods-test" | sudo tee -a /etc/hosts
sudo echo "127.0.0.1 irods" | sudo tee -a /etc/hosts
- name: Run Django tests
run: |
coverage run --rcfile=.coveragerc manage.py test -v 2 --settings=config.settings.test
Expand Down

0 comments on commit 6daf2cd

Please sign in to comment.