Skip to content

Commit b7e7d8e

Browse files
committed
ci: skip windows testing until nuxt+vitest is fixed
1 parent 245c195 commit b7e7d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
# os: [ubuntu-latest, macos-latest, windows-latest]
18+
os: [ubuntu-latest, macos-latest]
1819
node: [14]
1920

2021
steps:

0 commit comments

Comments
 (0)