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

This commit is contained in:
Firq 2023-12-21 01:19:15 +01:00
parent c50630745d
commit 39cfe4392c
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -6,8 +6,5 @@ export default {
budget: 90, budget: 90,
buildStatic: true buildStatic: true
}, },
server: {
hostname: 'website:8081'
},
outputPath: "unlighthouse-reports", outputPath: "unlighthouse-reports",
} }