fix(test): avoid ELIFECYCLE by recursive calling of test

This commit is contained in:
Elian Doran
2025-05-28 18:03:02 +03:00
parent 21370f3b3e
commit 483e09aaa0
2 changed files with 2 additions and 2 deletions

View File

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