We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2bbd0 commit 9cab2d3Copy full SHA for 9cab2d3
.github/workflows/playwright.yml
@@ -9,7 +9,12 @@ on:
9
jobs:
10
test:
11
timeout-minutes: 30
12
- runs-on: ubuntu-latest
+ 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]
18
steps:
19
- name: Check out code
20
uses: actions/checkout@v4
0 commit comments