Skip to content

Commit 733eedf

Browse files
committed
Upload LH results as artifacts
1 parent 0cced8b commit 733eedf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lighthouse.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
env:
4848
LHCI_BUILD_CONTEXT__CURRENT_HASH: ${{ github.sha }}
4949
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
50+
51+
- name: Save results
52+
uses: actions/upload-artifact@v1
53+
with:
54+
name: lighthouse-results
55+
path: ".lighthouseci"

0 commit comments

Comments
 (0)