dev #9
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
needs: [publish]
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
container: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
||||||
services:
|
services:
|
||||||
|
@ -20,4 +19,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: unlighthouse-reports
|
name: unlighthouse-reports
|
||||||
path: unlighthouse-reports/
|
path: unlighthouse-reports/
|
||||||
|
|
Loading…
Reference in a new issue