forked from syntaxbullet/aurorabot
feat: Implement a sequential test runner script and integrate it into the deploy workflow.
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user