Skip to content

Commit

Permalink
add unit tests to build
Browse files Browse the repository at this point in the history
  • Loading branch information
RheingoldRiver committed Oct 28, 2023
1 parent 61503a9 commit 5362346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -37,6 +37,8 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 5362346

Please sign in to comment.