Skip to content

Commit

Permalink
refact: modify custom npm command for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
sniperadmin authored Jun 12, 2020
1 parent 82c958e commit 529f253
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,7 +39,7 @@ jobs:
build: npm run serve
record: false # cypress.io free recording limit exceeded
wait-on: 'http://localhost:8080'
start: npm test
command: npm run test:e2e
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 529f253

Please sign in to comment.