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 8912bac0ac
commit adc46b6ae5
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

@ -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