Run unit tests in CI

This commit is contained in:
Josh Gross 2025-03-19 10:53:42 -04:00 committed by Ryan Ghadimi
parent df4ad15cb8
commit f9415c0ec3

View File

@ -40,6 +40,9 @@ jobs:
- name: Format
run: npm run format-check
- name: Run Unit Tests
run: npm test
- name: Create artifacts
run: |
mkdir -p path/to/artifact-A