dev #9

Merged
Firq merged 33 commits from dev into main 2023-12-21 11:27:53 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 39cfe4392c - Show all commits

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 "website:8081"
run: node_modules/.bin/unlighthouse-ci --site "http://website:8081/"
- name: Upload reports
uses: actions/upload-artifact@v3
with:

View file

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