Skip to content

Commit 9fb4de9

Browse files
committed
run e2es on windows
1 parent 0361672 commit 9fb4de9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/playwright.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
jobs:
99
test:
1010
timeout-minutes: 30
11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, windows-latest]
14+
runs-on: ${{ matrix.os }}
1215
steps:
1316
- name: Check out code
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)