Skip to content

Commit a0a098d

Browse files
authored
chore: add unit tests to ci/cd (#109)
* chore: clean build dir before build * chore: add unit tests to ci * chore: dont error out if required env vars aren't set for tests
1 parent d088f0d commit a0a098d

File tree

5 files changed

+346
-5
lines changed

5 files changed

+346
-5
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030

3131
- name: Run linting
3232
run: npm run lint
33+
34+
- name: Run unit tests
35+
run: npm run test:run

0 commit comments

Comments
 (0)