chore(ci): run unit tests in dev workflow

pull/1291/head
Elian Doran 2025-02-26 18:58:27 +07:00
parent bd933dde28
commit 6fcd229b52
No known key found for this signature in database
1 changed files with 12 additions and 8 deletions

@ -33,6 +33,10 @@ jobs:
- name: Run the TypeScript build
run: npx tsc
- name: Run the unit tests
run: npm run test
build_docker:
name: Build Docker image
runs-on: ubuntu-latest