From 645a25384a6e71fdf5bf1e59da8d264f1022d77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kristensson=20Alfsson?= Date: Fri, 12 Jun 2020 22:16:51 +0200 Subject: [PATCH] fix: removing cypress engine Removed cypress engine on action --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5d44ba8f..38e911cb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -39,6 +39,7 @@ jobs: start: npm run serve record: false # cypress.io free recording limit exceeded wait-on: 'http://localhost:8080' + run: npm test env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -51,7 +52,6 @@ jobs: - name: Build PWA distribution for production run: | npm run build --if-present - npm test env: CI: true - name: Run Lighthouse PWA check against local production build