chore(nx/test): set up global test script

This commit is contained in:
Elian Doran
2025-04-28 09:18:29 +03:00
parent 0fa6524de4
commit a8b881799d
2 changed files with 3 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- name: Run the unit tests
run: npm run test
run: pnpm run test
build_docker:
name: Build Docker image