Skip to content

Commit

Permalink
Reorder args
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 4, 2024
1 parent 4c9835c commit 5d29385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/generate-circleci-configuration.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ function generateTestSteps( packages, { checkCoverage, coverageFile = null } ) {
const testCommand = [
'node',
'scripts/ci/check-unit-tests-for-package.mjs',
'--package-name',
'--retries 3',
'--package-name',
packageName,
checkCoverage ? '--check-coverage' : null,
allowNonFullCoverage ? '--allow-non-full-coverage' : null,
Expand Down

0 comments on commit 5d29385

Please sign in to comment.