Skip to content

Commit 822d9c2

Browse files
large runner
1 parent 62552c2 commit 822d9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [macos-latest, ubuntu-latest, windows-latest]
20+
os: [macos-latest-xlarge, ubuntu-latest, windows-latest]
2121
app_version: [stable]
2222
include:
2323
- os: ubuntu-latest

packages/test-harness/src/scripts/runVscodeTestsCI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ void (async () => {
1717
try {
1818
await launchVscodeAndRunTests(extensionTestsPath);
1919
} catch (error) {
20-
const errorMessage = error instanceof Error ? error.message : String(error);
2120
console.log("Error running launchVscodeAndRunTests tests:");
21+
const errorMessage = error instanceof Error ? error.message : String(error);
2222
console.log(error);
2323
console.error(errorMessage);
2424
}

0 commit comments

Comments
 (0)