Skip to content

Commit

Permalink
update order of lhci actions to have autorun last
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Lau <[email protected]>
  • Loading branch information
randychilau committed Jun 19, 2023
1 parent 28c65e8 commit 29ffbfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lighthouseci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
node-version: 19
- run: npm install && npm install -g @lhci/[email protected]
- run: CI=false npm run build
- run: lhci collect
- run: lhci assert
- run: lhci upload
- run: lhci collect --config=.desktop-lighthouserc.js
- run: lhci assert --config=.desktop-lighthouserc.js
- run: lhci upload
- run: lhci autorun

0 comments on commit 29ffbfc

Please sign in to comment.