Skip to content

Commit

Permalink
ci: build is required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Korzunin committed Sep 14, 2021
1 parent 74a9b25 commit a55b458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
- run: npm run build --if-present
coverage:
needs: test
runs-on: ubuntu-latest
Expand All @@ -29,6 +29,7 @@ jobs:
with:
node-version: 14
- run: npm install
- run: npm run build
- run: npm run test:coverage
- uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit a55b458

Please sign in to comment.