Skip to content

Commit

Permalink
chore(cli): update ci-check
Browse files Browse the repository at this point in the history
The Percy service now expects multiple rounds of reports and will hang on the release workflow as a result
  • Loading branch information
joshblack committed May 27, 2022
1 parent f8297aa commit 3a880d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/ci-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function check(args, env) {
`yarn carbon-cli check --ignore '**/@(node_modules|examples|components|react|fixtures|compat)/**' 'packages/**/*.scss'`,
`cross-env BABEL_ENV=test yarn test --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
`cross-env BABEL_ENV=test yarn test:e2e --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
`cross-env PERCY_TOKEN=dd3392142006a6483c8f524697f39f052755fa9dc087ff4437cac3d64227abdd yarn run percy exec -- yarn workspace carbon-components-react test:e2e`,
];

try {
Expand Down

0 comments on commit 3a880d3

Please sign in to comment.