Skip to content

Commit

Permalink
Use yarn when invoking happo-cypress
Browse files Browse the repository at this point in the history
Hopefully this will help reproduce an issue we are seeing with silent
failures.
  • Loading branch information
trotzig committed Jun 24, 2020
1 parent b313d4c commit ee39390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ workflows:
parallel: true
parallelism: 2
record: true
command-prefix: "HAPPO_PROJECT=parallel HAPPO_NONCE=${CIRCLE_WORKFLOW_ID} node bin/happo-cypress.js -- yarn"
command-prefix: "HAPPO_PROJECT=parallel HAPPO_NONCE=${CIRCLE_WORKFLOW_ID} yarn happo-cypress -- -- yarn"
- finalize-happo:
requires:
- cypress-parallel

0 comments on commit ee39390

Please sign in to comment.