Skip to content

Commit

Permalink
Add test step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Feb 26, 2024
1 parent e0911d1 commit 72399f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
- name: Build
run: yarn build

- name: Test
run: yarn test

0 comments on commit 72399f7

Please sign in to comment.