Skip to content

Commit

Permalink
fix(github): manually installs playwright prior to running backstop
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 8, 2023
1 parent cc1fd85 commit 15bc846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
_ci/backstop/node_modules
- name: ↧ Install & Patch
run: cd _ci/backstop && npm ci
run: cd _ci/backstop && npm ci && npx playwright install --with-deps

- name: 🔥 Warmup Cache
run: ./_ci/_utils/warmup.sh
Expand Down

0 comments on commit 15bc846

Please sign in to comment.