mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
fix: use devdep
This commit is contained in:
parent
0e83c8b051
commit
f0eaf34323
3 changed files with 6 additions and 5 deletions
4
.github/workflows/unlighthouse.yaml
vendored
4
.github/workflows/unlighthouse.yaml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
timeout: 360
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install -g @unlighthouse/cli puppeteer
|
||||
run: pnpm install
|
||||
|
||||
- name: Run Unlighthouse
|
||||
run: |
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
-F "password=${{ secrets.TEST_USER_PASSWORD }}" \
|
||||
--verbose 2>&1 | awk -F'pb_auth=' '/pb_auth/{print $2;exit}' | awk -F';' '{print $1}')
|
||||
|
||||
unlighthouse-ci
|
||||
pnpm run unlighthouse
|
||||
|
||||
- name: Upload report to Cloudflare pages
|
||||
uses: cloudflare/wrangler-action@v3.4.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue