Skip to content

Commit 693bae7

Browse files
VIA-474 AS/SB Install playwright deps regardless of cache
1 parent 4d7f02f commit 693bae7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/stage-5-acceptance.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
key: ${{ runner.os }}-playwright-${{ steps.cache_key_values.outputs.week_num }}-${{ steps.cache_key_values.outputs.playwright_version }}-${{ hashFiles('**/playwright.config*') }}
6161

6262
- name: "Install Playwright browsers"
63-
if: steps.playwright-cache.outputs.cache-hit != 'true'
6463
run: |
6564
npx playwright install --with-deps
6665

.github/workflows/stage-7-snapshot-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
key: ${{ runner.os }}-playwright-${{ steps.cache_key_values.outputs.week_num }}-${{ steps.cache_key_values.outputs.playwright_version }}-${{ hashFiles('**/playwright.config*') }}
6060

6161
- name: "Install Playwright browsers"
62-
if: steps.playwright-cache.outputs.cache-hit != 'true'
6362
run: |
6463
npx playwright install --with-deps
6564

0 commit comments

Comments
 (0)