diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5ffccc879..8e5a92d1b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -27,7 +27,7 @@ jobs: run: yarn install - name: Start server run: | - yarn nx serve explorer + yarn nx serve explorer & - name: Cypress run uses: cypress-io/github-action@v2