Skip to content

Commit 93e2cab

Browse files
committed
ci: improve ci scripts
1 parent 6e7d7d6 commit 93e2cab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
if: steps.node_modules_cache.outputs.cache-hit != 'true'
4444
run: npm ci
4545

46+
- name: Show available Playwright images
47+
run: |
48+
docker search mcr.microsoft.com/playwright --limit 100
49+
4650
- name: Cache modern node_modules
4751
if: steps.node_modules_cache.outputs.cache-hit != 'true'
4852
uses: actions/cache@v4

0 commit comments

Comments
 (0)