From 9f28234ef719c023206ef2b1d176efb190f2a4f4 Mon Sep 17 00:00:00 2001 From: Andrey Kopylov Date: Wed, 13 Sep 2023 19:33:50 +0500 Subject: [PATCH] [config-sdk] git actions (test 3) --- .github/workflows/unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 911ad76d..4bb3fae4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -27,6 +27,6 @@ jobs: shell: bash env: NODE_AUTH_TOKEN: ${{ github.token }} - # - run: npm run test - # shell: bash - - uses: ArtiomTr/jest-coverage-report-action@v2 + - name: Checking + run: npm run prepare && npm run test + shell: bash