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