Skip to content

Commit d269260

Browse files
committed
chore: temporarily focus on windows
1 parent 847f613 commit d269260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- fix/flaky-api-tests
1011
pull_request:
1112
branches:
1213
- main
@@ -17,7 +18,6 @@ jobs:
1718
strategy:
1819
matrix:
1920
os:
20-
- ubuntu-latest
2121
- windows-latest
2222
# these versions must be kept in sync with enginesTested.node in package.json
2323
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]

0 commit comments

Comments
 (0)