Skip to content

Commit

Permalink
add tests to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler committed Apr 27, 2024
1 parent f631a1c commit 717e4b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
- name: Run formatter
run: npm run format
if: ${{ !cancelled() }}

- name: Run unit tests
run: npm test
if: ${{ !cancelled() }}

0 comments on commit 717e4b3

Please sign in to comment.