Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tido64 and github-actions[bot] authored Sep 18, 2024
1 parent b696610 commit dd40d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testing/test-matrix.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ if (platforms.length === 0) {
"-p",
"visionos",
"-p",
"windows"
"windows",
];
const { status } = spawnSync(PACKAGE_MANAGER, args, { stdio: "inherit" });
if (status !== 1) {
Expand Down

0 comments on commit dd40d8b

Please sign in to comment.