Skip to content

Commit

Permalink
Update lighthouse-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cplkake authored Dec 11, 2024
1 parent c89549f commit 0cc0d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install required packages and run lighthouse audit (results to be uploaded to access issue log)
run: |
npm install axios tough-cookie axios-cookiejar-support lighthouse chrome-launcher googleapis
node lighthouseAudit.mjs --spreadSheetId="176knLyqkJ0vxFMH-qtWi9J17-oJ3-ChdLQkISd59oOY"
node lighthouseAudit.mjs --spreadsheetId="176knLyqkJ0vxFMH-qtWi9J17-oJ3-ChdLQkISd59oOY"
- name: Stop Docker containers
if: always()
Expand Down

0 comments on commit 0cc0d04

Please sign in to comment.