From dae1d1104bedce6b719e652366e1dbacb3edc86c Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Fri, 23 Aug 2024 19:11:22 +0200 Subject: [PATCH] modify action --- .github/workflows/build.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 222b0f1..c66cd56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,15 @@ jobs: # echo "Waiting for server..." # sleep 5 # done - - name: Run Cypress tests - run: | - wait-on http://localhost:5173 - cypress run + # - name: Run Cypress tests + # run: | + # # wait-on http://localhost:5173 + # cypress run + + # # # Install npm dependencies, cache them correctly + # and run all Cypress tests + - name: Run tests + uses: cypress-io/github-action@v6 + # with: + # start: npm start + # wait-on: 'http://localhost:5173'