From cbe27ec35712b05ed2a11fc2d73972a93bd9f422 Mon Sep 17 00:00:00 2001 From: emunhoz Date: Fri, 18 Mar 2022 12:59:18 -0300 Subject: [PATCH] chore(ci): coverage report --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a338104..ff17efa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,8 +19,11 @@ jobs: - name: Install dependencies run: npm install + - name: Run Tests + run: npm run test:ci --json --outputFile=/home/runner/work/_actions/mattallty/jest-github-action/v1/dist/jest.results.json - uses: mattallty/jest-github-action@v1 env: GITHUB_TOKEN: ${{ secrets.GH_MONOREPO_TOKEN }} with: - test-command: "npm run test:ci" + test-command: 'echo done' +