forked from cartsnitch/cartsnitch
fix(ci): install Chromium via playwright instead of missing action
browser-actions/chromium@v3 does not exist. Switch to using npm install -g playwright && npx playwright install chromium. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
cartsnitch-ci[bot]
parent
ca8cf2a80a
commit
7b9194a152
@@ -58,7 +58,9 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- name: Install Chromium
|
||||
uses: browser-actions/chromium@v3
|
||||
run: |
|
||||
npm install -g playwright
|
||||
npx playwright install chromium
|
||||
- name: Run Lighthouse CI
|
||||
run: |
|
||||
npm install -g @lhci/cli
|
||||
|
||||
Reference in New Issue
Block a user