Skip to content

Commit 9eec15d

Browse files
committed
feat: multi-os testing
1 parent 91b9077 commit 9eec15d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2etest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
test:
1111
timeout-minutes: 60
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313
container:
1414
image: mcr.microsoft.com/playwright:v1.59.1-noble
1515
options: --user 1001
@@ -22,6 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
shardIndex: [1, 2, 3, 4]
25+
os: [ubuntu-latest, windows-latest, macos-latest]
2526
shardTotal: [4]
2627
steps:
2728
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)