mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
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:
parent
8e0b38b9b3
commit
0d80cc3611
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue