Skip to content

Commit

Permalink
silly fake ci 'booleans'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 10, 2025
1 parent e7b0c57 commit db3f4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-package-manager.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async function main() {
`Expected passed arg, the packageManager (${packageManager}), to be one of ${[...SUPPORTED.values()].join(', ')}`
);

if (tag) {
if (tag && tag !== 'false') {
assert(TAGS.has(tag), `Expected passed arg, the tag (${tag}), to be one of ${[...TAGS.values()].join(', ')}`);
}

Expand Down

0 comments on commit db3f4f2

Please sign in to comment.