diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d250a0d5..70aa0fff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,10 @@ jobs: run: npm run lint working-directory: ${{ matrix.flavor }}/backend - # - name: Test - # run: npm run test + - name: Test + if: ${{ matrix.flavor == 'dev'}} + run: npm run test + working-directory: ${{ matrix.flavor }}/backend - name: Build run: npm run build