Skip to content

Commit

Permalink
Merge pull request #51 from Limerio/unit-tests
Browse files Browse the repository at this point in the history
Unit tests
  • Loading branch information
Limerio authored Mar 24, 2024
2 parents e191037 + 2a71537 commit e731222
Show file tree
Hide file tree
Showing 21 changed files with 2,969 additions and 104 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
node-version: 20
cache: "npm"

- name: Run install
- name: Run clean install
run: npm ci

- name: Run ci script
- name: Run check script
run: npm run check

- name: Run test script
run: npm test
Loading

0 comments on commit e731222

Please sign in to comment.