From b04ad8d3ed01f795a422158732970bbf8dc641b9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 2 Dec 2022 21:54:01 +0000 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8db00723d..73f70fd5c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,8 +43,8 @@ jobs: - name: Run Docker Image run: nohup docker run --rm -p 5000:5000 ombi & - - name: Run Wiremock Plex - run: nohup docker run -it --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 + - name: Run Wiremock + run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 - name: Sleep for server to start run: sleep 20