Enable unit testing on the backend on the CI
This commit is contained in:
parent
f36fa62569
commit
3c92919359
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,8 +42,10 @@ jobs:
|
|||||||
run: npm run lint
|
run: npm run lint
|
||||||
working-directory: ${{ matrix.flavor }}/backend
|
working-directory: ${{ matrix.flavor }}/backend
|
||||||
|
|
||||||
# - name: Test
|
- name: Test
|
||||||
# run: npm run test
|
if: ${{ matrix.flavor == 'dev'}}
|
||||||
|
run: npm run test
|
||||||
|
working-directory: ${{ matrix.flavor }}/backend
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user