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