testing with no protocol
Some checks failed
/ checking (push) Successful in 14s
/ unlighthouse (push) Has been cancelled

This commit is contained in:
Firq 2023-12-21 01:24:41 +01:00
parent c9a286bffd
commit b3a820639a
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: npm install @unlighthouse/cli puppeteer
- name: Run unlighthouse
run: node_modules/.bin/unlighthouse-ci --site "http://website/"
run: node_modules/.bin/unlighthouse-ci --site "website"
- name: Upload reports
uses: actions/upload-artifact@v3
with: