feat: Implement a sequential test runner script and integrate it into the deploy workflow.
Some checks failed
Deploy to Production / test (push) Failing after 23s
Deploy to Production / build (push) Has been skipped
Deploy to Production / deploy (push) Has been skipped

This commit is contained in:
syntaxbullet
2026-01-30 15:34:59 +01:00
parent c8bf69a969
commit 5ff3fa9ab5
2 changed files with 37 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Run Tests
run: bun test
run: bash shared/scripts/test-sequential.sh
# ==========================================================================
# Build Job