From d8b5cac4afae860fd44fd331ebecf06e1825b451 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 28 Jul 2022 21:34:20 +0100 Subject: [PATCH] re-arrange --- .github/workflows/cypress.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3de3a1f3c..9101bdb60 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -34,15 +34,17 @@ jobs: - name: Install Frontend Deps run: yarn --cwd ./src/Ombi/ClientApp install + - name: Start Frontend + run: | + nohup yarn --cwd ./src/Ombi/ClientApp start & + - name: Install Automation Deps run: yarn --cwd ./tests install - name: Start Backend run: | nohup dotnet run --project ./src/Ombi -- --host http://*:3577 & - - name: Start Frontend - run: | - nohup yarn --cwd ./src/Ombi/ClientApp start & + - name: Cypress Tests uses: cypress-io/github-action@v2.8.2 with: