Skip to content

Commit 745ec12

Browse files
committed
run e2es on windows
1 parent 0361672 commit 745ec12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/playwright.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88
jobs:
99
test:
1010
timeout-minutes: 30
11-
runs-on: ubuntu-latest
11+
strategy:
12+
fail-fast: true
13+
matrix:
14+
os: [ubuntu-latest, windows-latest]
15+
runs-on: ${{ matrix.os }}
1216
steps:
1317
- name: Check out code
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)