Skip to content

Commit f9415c0

Browse files
joshmgrossGhadimiR
authored andcommitted
Run unit tests in CI
1 parent df4ad15 commit f9415c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Format
4141
run: npm run format-check
4242

43+
- name: Run Unit Tests
44+
run: npm test
45+
4346
- name: Create artifacts
4447
run: |
4548
mkdir -p path/to/artifact-A

0 commit comments

Comments
 (0)