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.
This commit is contained in:
Julian Tölle 2022-06-25 14:48:26 +02:00
parent 8e0b38b9b3
commit 0d80cc3611

View file

@ -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: