Skip to content

Commit

Permalink
Merge pull request #221 from ral-facilities/bugfix/fix-ci-#220
Browse files Browse the repository at this point in the history
Fix Broken CI
  • Loading branch information
MRichards99 authored Apr 19, 2021
2 parents 1b7944c + ab09e13 commit 5d99cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
run: |
sed -i -e "s/^payara_user: \"glassfish\"/payara_user: \"runner\"/" icat-ansible/group_vars/all/vars.yml
# Force hostname to localhost - bug fix for previous ICAT Ansible issues on Actions
- name: Change hostname to localhost
run: sudo hostname -b localhost

# Create local instance of ICAT
- name: Run ICAT Ansible Playbook
run: |
Expand Down

0 comments on commit 5d99cd3

Please sign in to comment.