Skip to content

Commit 7bbb10f

Browse files
committed
ci: not upload artifact
1 parent d942b04 commit 7bbb10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TEST.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Run Lighthouse against to a static dist dir
28-
uses: treosh/lighthouse-ci-action@v12
28+
uses: treosh/lighthouse-ci-action@v8
2929
with:
3030
configPath: ./.lighthouse.js
31-
uploadArtifacts: true
31+
uploadArtifacts: false
3232
temporaryPublicStorage: true
3333
env:
3434
LHCI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)