Skip to content

Commit ab4629b

Browse files
committed
disable windows runner for e2e test
1 parent eb7362b commit ab4629b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
uses: ./.github/workflows/ci.reusable.test-e2e.yml
5555
strategy:
5656
matrix:
57-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
57+
# @TODO-ZM: add back windows once we replace cypress with playwright
58+
os: ["ubuntu-latest", "macos-latest"]
5859
node-version: ["20"]
5960
# @TODO-ZM: add other browsers once we replace cypress with playwright
6061
browser: ["chrome"]

.github/workflows/ci.pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
uses: ./.github/workflows/ci.reusable.test-e2e.yml
6868
strategy:
6969
matrix:
70-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
70+
# @TODO-ZM: add back windows once we replace cypress with playwright
71+
os: ["ubuntu-latest", "macos-latest"]
7172
node-version: ["20"]
7273
# @TODO-ZM: add other browsers once we replace cypress with playwright
7374
browser: ["chrome"]

0 commit comments

Comments
 (0)