Skip to content

Commit

Permalink
use && to return prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardAndress committed Jun 13, 2023
1 parent 8751425 commit b636db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Start server
run: npm run start:test
run: npm run start:test &&
- name: Cypress run
uses: cypress-io/github-action@v5

0 comments on commit b636db6

Please sign in to comment.