Update Github workflow to run with the CI flag

This commit is contained in:
Felipe Knorr Kuhn 2023-08-06 08:01:28 -07:00
parent e2809569a8
commit e94d2722ad

View File

@ -47,7 +47,7 @@ jobs:
- name: Unit Tests
if: ${{ matrix.flavor == 'dev'}}
run: npm run test
run: npm run test:ci
working-directory: ${{ matrix.node }}/${{ matrix.flavor }}/backend
- name: Build