fix: Added jsonExpanded reporter

This commit is contained in:
Bart van der Braak 2023-06-11 20:26:37 +02:00
parent d79207285a
commit 74c7e063d4

View file

@ -59,9 +59,10 @@ jobs:
- name: Build Unlighthouse report
run: |
unlighthouse-ci \
--router-prefix "${{ github.event.repository.name }}/${{ env.BRANCH_NAME }}" \
--site "${{ steps.vercel_preview_url.outputs.preview_url }}" \
--build-static \
--router-prefix "${{ github.event.repository.name }}/${{ env.BRANCH_NAME }}"
--reporter jsonExpanded \
--build-static
- name: Deploy report to GitHub pages
uses: peaceiris/actions-gh-pages@v3.9.3