From 70006798639653c8c800274512371f9af4a9f4d9 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 8 Mar 2022 15:59:20 +0000 Subject: [PATCH] Update serve explorer --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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