Skip to content

Commit 9cab2d3

Browse files
run e2e tests on different OSes
1 parent 1f2bbd0 commit 9cab2d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ on:
99
jobs:
1010
test:
1111
timeout-minutes: 30
12-
runs-on: ubuntu-latest
12+
name: e2e tests (${{ matrix.os }})
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
os: [macos-13, windows-2022, ubuntu-22.04]
1318
steps:
1419
- name: Check out code
1520
uses: actions/checkout@v4

0 commit comments

Comments
 (0)