Skip to content

Commit

Permalink
#163: Change debug to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent 9ac5ec0 commit 6079255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
pwd
ls -la
- name: Debug if icat is running
run: curl -k https://localhost.localdomain:8181/icat/version
run: curl -k https://localhost:8181/icat/version
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
Expand Down

0 comments on commit 6079255

Please sign in to comment.