dev #9
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ jobs:
|
|||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: npm install -g @unlighthouse/cli puppeteer
|
||||
run: npm install @unlighthouse/cli puppeteer
|
||||
- name: Run unlighthouse
|
||||
run: unlighthouse-ci --site website:8081
|
||||
run: node_modules/.bin/unlighthouse-ci --site website:8081
|
||||
- name: Upload reports
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue