Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 18, 2024
1 parent 6f76c16 commit 2332772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async function main(context: GlobalContext, args: mri.Argv<CliOptions>) {
console.log("chunks: ", chunks);
ci.setOutput("test-matrix", chunks);
} else {
console.log("projects (not usuable for CI): ", projects);
console.log("projects (not usuable for CI, use --workers): ", projects);
}

return;
Expand Down

0 comments on commit 2332772

Please sign in to comment.