Skip to content

Commit

Permalink
chore(ci): coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Mar 18, 2022
1 parent 0d32698 commit cbe27ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit cbe27ec

Please sign in to comment.