From 6f9a0fbbcaaa056995e4854b345359b4cd725d68 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 9 Mar 2021 22:59:30 +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 fddb415eb..34424d7e9 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -57,7 +57,7 @@ jobs: - name: Start Frontend run: | - nohup yarn --cwd ./src/Ombi/ClientApp run start:nomap & + yarn --cwd ./src/Ombi/ClientApp run start:nomap & - name: Cypress Tests uses: cypress-io/github-action@v2.8.2