actions: build project vooraleer te testen

This commit is contained in:
Timo De Meyst 2025-04-08 18:50:12 +02:00
parent 11f5592e2f
commit 8f1184cb71
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test:coverage -w backend
- name: 'Report Backend Coverage'
# Set if: always() to also generate the report if tests are failing

View file

@ -57,6 +57,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test:coverage -w frontend
- name: 'Report Frontend Coverage'
# Set if: always() to also generate the report if tests are failing