We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7d7d6 commit 93e2cabCopy full SHA for 93e2cab
.github/workflows/reusable-test.yml
@@ -43,6 +43,10 @@ jobs:
43
if: steps.node_modules_cache.outputs.cache-hit != 'true'
44
run: npm ci
45
46
+ - name: Show available Playwright images
47
+ run: |
48
+ docker search mcr.microsoft.com/playwright --limit 100
49
+
50
- name: Cache modern node_modules
51
52
uses: actions/cache@v4
0 commit comments