Skip to content

Commit

Permalink
ci: upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 25, 2020
1 parent 13374d4 commit 576a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
npx cypress verify
- name: Start server in the background
run: cross-env NODE_ENV=development vue-cli-service serve --mode browser &
run: npx cross-env NODE_ENV=development vue-cli-service serve --mode browser &

- name: Cypress tests
uses: cypress-io/github-action@v2
Expand Down

0 comments on commit 576a28f

Please sign in to comment.