Skip to content

Commit

Permalink
chore: test with clean install (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Oct 17, 2024
1 parent 904ca3b commit fac649a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
- name: Install dependencies without lock
run: npm install

- name: Run tests
run: npm run test

- name: Test compilation
run: npm run test-compile

0 comments on commit fac649a

Please sign in to comment.