Skip to content

Commit

Permalink
Trying to fix CI
Browse files Browse the repository at this point in the history
* Should've checked before merging, of course.
  • Loading branch information
l3laze committed Feb 12, 2024
1 parent 821072a commit cb4eb83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: latest
-name: Install dependency
run: npm i -G c8
-name: Run for coverage
run: npm run ci
- name: Upload to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit cb4eb83

Please sign in to comment.