Skip to content

Commit 803fa75

Browse files
committed
fix(ci): match Playwright CLI version to gem version 1.58.1
1 parent 4d659a7 commit 803fa75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
id: playwright-cache
4646
with:
4747
path: ~/.cache/ms-playwright
48-
key: playwright-${{ runner.os }}-1.58.0
48+
key: playwright-${{ runner.os }}-1.58.1
4949

5050
- name: Install Playwright browsers (cache miss)
5151
if: steps.playwright-cache.outputs.cache-hit != 'true'
52-
run: npx --yes playwright@1.58.0 install --with-deps chromium
52+
run: npx --yes playwright@1.58.1 install --with-deps chromium
5353

5454
- name: Install Playwright system deps (cache hit)
5555
if: steps.playwright-cache.outputs.cache-hit == 'true'
56-
run: npx --yes playwright@1.58.0 install-deps chromium
56+
run: npx --yes playwright@1.58.1 install-deps chromium
5757

5858
- name: Setup test databases
5959
env:

0 commit comments

Comments
 (0)