Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
ci: one job to run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Apr 4, 2021
1 parent b052c64 commit 5ced058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -20,3 +20,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn coverage

0 comments on commit 5ced058

Please sign in to comment.