From 0d80cc361190ad4aeb0831c08cd56a0221b8bd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 25 Jun 2022 14:48:26 +0200 Subject: [PATCH] ci: verify that frontend still builds An update to the react typings were automerged because the passed the CI. In reality they broke the frontend build. Addings this job will make sure that the frontend always builds after updated dependencies. --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9877e83..a91de7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,9 @@ jobs: - run: npm run lint:frontend + - run: npm run build + working-directory: frontend + - name: Archive code coverage results uses: actions/upload-artifact@v3 with: