Skip to content

Commit

Permalink
ci: fix test runs really 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredReisinger committed Jul 19, 2024
1 parent 164d27f commit ac281b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- run: npm run build --if-present

- run: npm run lint
- run: npm run test
- run: npm run test:dist

- run: npm run coverage
- run: npm run test:dist:coverage
- run: npm run codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ac281b0

Please sign in to comment.