diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 6776fe3..566cb0c 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -7,14 +7,12 @@ on: jobs: unlighthouse: runs-on: docker - container: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest + container: forgejo.neshweb.net/firq/unlighthouse-docker:latest steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - - name: Install Dependencies - run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse - run: node_modules/.bin/unlighthouse-ci --site "https://preview.firq.dev/" + run: unlighthouse-ci --site "https://preview.firq.dev/" - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports