From 5e8e23a3c4ed33d33f6cc65495521a0c7868f778 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:07:02 +0000 Subject: [PATCH] missed & --- .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 413bfcae7..0edffadb5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -26,11 +26,11 @@ jobs: - name: Start Backend run: | - nohup run -p ./src/Ombi -- --host http://*:3577 + nohup run -p ./src/Ombi -- --host http://*:3577 & - name: Start Frontend run: | - nohup yarn --cwd ./src/Ombi/ClientApp start + nohup yarn --cwd ./src/Ombi/ClientApp start & - name: Cypress Tests uses: cypress-io/github-action@v2.8.2