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