Skip to content

Commit 3a880d3

Browse files
authored
chore(cli): update ci-check
The Percy service now expects multiple rounds of reports and will hang on the release workflow as a result
1 parent f8297aa commit 3a880d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/src/commands/ci-check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ async function check(args, env) {
2424
`yarn carbon-cli check --ignore '**/@(node_modules|examples|components|react|fixtures|compat)/**' 'packages/**/*.scss'`,
2525
`cross-env BABEL_ENV=test yarn test --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
2626
`cross-env BABEL_ENV=test yarn test:e2e --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
27-
`cross-env PERCY_TOKEN=dd3392142006a6483c8f524697f39f052755fa9dc087ff4437cac3d64227abdd yarn run percy exec -- yarn workspace carbon-components-react test:e2e`,
2827
];
2928

3029
try {

0 commit comments

Comments
 (0)