Skip to content

Commit

Permalink
chore(tests): Actually run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lgollut committed Jan 30, 2024
1 parent a04e0e9 commit 7ded5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
- run: npm run typecheck
- run: npm run lint
- run: npm run format
- run: npm run test
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: npm run typecheck
- run: npm run lint
- run: npm run format
- run: npm run test

release:
needs: tests
Expand Down

0 comments on commit 7ded5cb

Please sign in to comment.