Skip to content

Commit

Permalink
try and fix cypress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 8, 2024
1 parent 12ebc07 commit 302e64b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

- uses: cypress-io/github-action@v6
with:
install-command : yarn install --immutable --immutable-cache
# fix issue with "Cannot find module 'cypress'"
# https://github.com/cypress-io/github-action/issues/430#issuecomment-949936528
command-prefix: yarn dlx
start: yarn start-test-server
wait-on: "http://localhost:8888"
wait-on-timeout: 5

0 comments on commit 302e64b

Please sign in to comment.