Skip to content

Commit

Permalink
run coverage once
Browse files Browse the repository at this point in the history
  • Loading branch information
eugef committed Jan 21, 2024
1 parent 78498f0 commit 18f8a14
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand All @@ -30,5 +29,13 @@ jobs:
- run: npm run build --if-present
- run: npm run check
- run: npm run coverage
- name: Code Coverage Report
uses: romeovs/[email protected]

coverage:
needs: build

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Code Coverage Report
uses: romeovs/[email protected]

0 comments on commit 18f8a14

Please sign in to comment.