From 6079255f69c8f197f95aa3d14be046db897b81e3 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Wed, 13 Jan 2021 12:27:03 +0000 Subject: [PATCH] #163: Change debug to localhost --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d5fd002d..ebb0fe41 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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