actions: build project vooraleer te testen
This commit is contained in:
parent
11f5592e2f
commit
8f1184cb71
2 changed files with 2 additions and 0 deletions
1
.github/workflows/backend-testing.yml
vendored
1
.github/workflows/backend-testing.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/frontend-testing.yml
vendored
1
.github/workflows/frontend-testing.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue