Run unit tests in CI

This commit is contained in:
Josh Gross 2025-03-19 10:53:42 -04:00
parent 76a6eb5cbc
commit af4ae4f7ab
No known key found for this signature in database

View File

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