Skip to content

Commit 1aa3735

Browse files
committed
ci: try to fix windows
1 parent f862cb6 commit 1aa3735

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- run: pnpm vscode-utils prepareFrameworkBuild
3030
- run: pnpm build
3131
- run: timeout 60 pnpm test-plugin
32+
if: ${{ runner.os != 'Windows' }}
33+
# if command with timeout already failed on unix, Windows job will be cancelled
34+
- run: pnpm test-plugin
35+
if: ${{ runner.os == 'Windows' }}
3236
- uses: GabrielBB/[email protected]
3337
with:
3438
run: pnpm integration-test

0 commit comments

Comments
 (0)