From 3435a4ac7f9275e06cd5359800b85a7b262b3bde Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 16:01:19 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d9e48ba..9a0ea71 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -113,7 +113,7 @@ jobs: path: app/.lighthouseci/ include-hidden-files: true - name: Archive Django logs - if: always() # Ensure results are uploaded on failure too + if: always() # Ensure logs are uploaded on failure too uses: actions/upload-artifact@v4 with: name: django-logs