Skip to content

Commit 407f238

Browse files
committed
feat: temporarily disable tests
Because of microsoft/vscode-test-cli#77
1 parent 58e0123 commit 407f238

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Test
2-
32
on:
43
pull_request:
54
push:
@@ -25,10 +24,12 @@ jobs:
2524
uses: actions/setup-node@v4
2625
with:
2726
node-version: 22.x
28-
cache: "pnpm"
27+
# cache: "pnpm"
2928

30-
- run: pnpm install
31-
- run: xvfb-run -a pnpm test
32-
if: runner.os == 'Linux'
33-
- run: pnpm test
34-
if: runner.os != 'Linux'
29+
# This is disabled until https://github.com/microsoft/vscode-test-cli/issues/77
30+
# is resolved. We don't have any tests anyway.
31+
# - run: pnpm install
32+
# - run: xvfb-run -a pnpm test
33+
# if: runner.os == 'Linux'
34+
# - run: pnpm test
35+
# if: runner.os != 'Linux'

0 commit comments

Comments
 (0)