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 fecb423 commit 277b7d1Copy full SHA for 277b7d1
.github/workflows/devRun.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 15
10
runs-on: ubuntu-latest
11
container:
12
- image: mcr.microsoft.com/playwright:v1.51-jammy
+ image: mcr.microsoft.com/playwright:v1.51.0-jammy
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python
.github/workflows/nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
needs: setup-matrix
33
34
35
36
strategy:
37
fail-fast: false
38
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
0 commit comments