From bf6febbfb4fbbd605affe1d996e30a5ade471885 Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 19:09:55 +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 f94d07e6..4768edf8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -101,6 +101,11 @@ jobs: env: DJANGO_SETTINGS_MODULE: app.settings DATABASE_URL: postgres://sadilar:sadilar@localhost:5432/term_db + - name: TEST + if: always() + run: | + ls -al + ls -al app/ - name: Archive Lighthouse results if: always() # Ensure results are uploaded on failure too uses: actions/upload-artifact@v4