We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b9077 commit 9eec15dCopy full SHA for 9eec15d
1 file changed
.github/workflows/e2etest.yml
@@ -9,7 +9,7 @@ permissions:
9
jobs:
10
test:
11
timeout-minutes: 60
12
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
13
container:
14
image: mcr.microsoft.com/playwright:v1.59.1-noble
15
options: --user 1001
@@ -22,6 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
shardIndex: [1, 2, 3, 4]
25
+ os: [ubuntu-latest, windows-latest, macos-latest]
26
shardTotal: [4]
27
steps:
28
- uses: actions/checkout@v6
0 commit comments