chore(ci): run unit tests in dev workflow

This commit is contained in:
Elian Doran 2025-02-26 18:58:27 +02:00
parent bd933dde28
commit 6fcd229b52
No known key found for this signature in database

View File

@ -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