From 78cc4da1034a58a5234b0e54ffd998ebb0d75a5b Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 2 Dec 2022 22:23:38 +0000 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 73f70fd5c..c1c82b155 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -44,7 +44,7 @@ jobs: run: nohup docker run --rm -p 5000:5000 ombi & - name: Run Wiremock - run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 + run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 & - name: Sleep for server to start run: sleep 20