File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"]
Original file line number Diff line number Diff line change 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"]
You can’t perform that action at this time.
0 commit comments