From fd1b2ba2ab58843266931c4e0823e229812a1b27 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 21 Dec 2022 22:12:04 +0000 Subject: [PATCH] chore: undid --- .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..1819502f6 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 Plex + # run: nohup docker run -it --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 - name: Sleep for server to start run: sleep 20