Skip to content

Commit

Permalink
Manually install demos before cypress run
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRataplan committed Oct 31, 2023
1 parent 444a063 commit a328152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run start-cypress > /dev/null
start: npm run install-demos; npm run start-cypress > /dev/null

0 comments on commit a328152

Please sign in to comment.