Skip to content

Commit

Permalink
fix: removing cypress engine
Browse files Browse the repository at this point in the history
Removed cypress engine on action
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 1e33ffc commit 645a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 645a253

Please sign in to comment.