From 54924fa35ac24505c053b81d3e2d544a3712939c Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 14:39:39 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- .github/workflows/testing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f4b1aa7..bf2ec96 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -97,3 +97,8 @@ jobs: DATABASE_URL: postgres://sadilar:sadilar@localhost:5432/term_db - name: Run Lighthouse run: cd app && lhci autorun + - name: Archive Lighthouse results + uses: actions/upload-artifact@v4 + with: + name: lighthouse-report + path: app/.lighthouseci