Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 8, 2024
1 parent 302e64b commit f7f824c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
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: yarn test:e2e
command-prefix: yarn dlx
start: yarn start-test-server
wait-on: "http://localhost:8888"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"css": "yarn sass src/:dist/ --style compressed",
"watch-css": "yarn sass src/:dist/ --watch --style compressed",
"test": "karma start test/karma.conf.js",
"test:e2e": "yarn run cypress:run",
"start-test-server": "node test/test-server.js"
},
"bugs": {
Expand Down

0 comments on commit f7f824c

Please sign in to comment.