Skip to content

Commit

Permalink
Name workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
endormi authored Mar 25, 2022
1 parent 7abbb6c commit 9ae175d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: npm run test:coverage
- name: Run tests
run: |
npm install
npm run test
npm run test:coverage

0 comments on commit 9ae175d

Please sign in to comment.