dev #9

Merged
Firq merged 33 commits from dev into main 2023-12-21 11:27:53 +00:00
Showing only changes of commit 0b18f24a4a - Show all commits

View file

@ -58,9 +58,9 @@ jobs:
image: forgejo.neshweb.net/firq/firq-dev-website:preview image: forgejo.neshweb.net/firq/firq-dev-website:preview
steps: steps:
- name: Install Dependencies - name: Install Dependencies
run: npm install -g @unlighthouse/cli puppeteer run: npm install @unlighthouse/cli puppeteer
- name: Run unlighthouse - name: Run unlighthouse
run: unlighthouse-ci --site website:8081 run: node_modules/.bin/unlighthouse-ci --site website:8081
- name: Upload reports - name: Upload reports
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: