We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91654a3 commit 82c958eCopy full SHA for 82c958e
.github/workflows/nodejs.yml
@@ -36,14 +36,13 @@ jobs:
36
- name: Tests
37
uses: cypress-io/github-action@v1
38
with:
39
- start: npm run serve
+ build: npm run serve
40
record: false # cypress.io free recording limit exceeded
41
wait-on: 'http://localhost:8080'
42
- # run: npm test # run cannot be excuted in `with:`
+ start: npm test
43
env:
44
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
-
47
- name: Code Coverage Report
48
uses: codecov/codecov-action@v1
49
0 commit comments