We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d942b04 commit 7bbb10fCopy full SHA for 7bbb10f
.github/workflows/TEST.yml
@@ -25,10 +25,10 @@ jobs:
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- name: Run Lighthouse against to a static dist dir
28
- uses: treosh/lighthouse-ci-action@v12
+ uses: treosh/lighthouse-ci-action@v8
29
with:
30
configPath: ./.lighthouse.js
31
- uploadArtifacts: true
+ uploadArtifacts: false
32
temporaryPublicStorage: true
33
34
LHCI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments