Skip to content

Commit

Permalink
Add test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jul 2, 2024
1 parent 6f2bc0e commit 4a16c5b
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 @@ -27,6 +27,9 @@ jobs:
- name: Lint the project
run: npm run lint

- name: Test the project
run: npm run test

- name: Build the project
run: npm run build

Expand Down

0 comments on commit 4a16c5b

Please sign in to comment.