Skip to content

Commit

Permalink
Merge pull request #11192 from izaac/cypress_install_force
Browse files Browse the repository at this point in the history
Trying forcing the Cypress binary install due to erros in CI
  • Loading branch information
izaac authored Jun 7, 2024
2 parents bb6f8af + 18a4674 commit 81ac371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/jenkins/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ kubectl get nodes
node -v
yarn add --dev -W mocha mochawesome mochawesome-merge \
mochawesome-report-generator cypress-multi-reporters \
mocha-junit-reporter
mocha-junit-reporter

./node_modules/.bin/cypress install --force

NO_COLOR=1 CYPRESS_grepTags="CYPRESSTAGS" cypress run --browser chrome \
--reporter cypress-multi-reporters \
Expand Down

0 comments on commit 81ac371

Please sign in to comment.