From adc46b6ae5a8e0b50352eb1be2a0384c966dcfbf Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sun, 6 Aug 2023 08:01:28 -0700 Subject: [PATCH] Update Github workflow to run with the CI flag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6947a0f00..6b9b1594b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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