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

This commit is contained in:
Firq 2023-12-21 01:22:05 +01:00
parent 39cfe4392c
commit c9a286bffd
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

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