Use isolated test runner in deploy workflow
All checks were successful
Deploy to Production / test (push) Successful in 34s

- Update deploy CI to invoke `shared/scripts/test-isolated.sh`
- Refresh the inline note for the test environment setup
This commit is contained in:
syntaxbullet
2026-04-09 21:46:53 +02:00
parent 25a0bd3431
commit 04656790d2

View File

@@ -86,7 +86,7 @@ jobs:
- name: Run Tests
run: |
# Create .env.test for test-sequential.sh / bun test
# Create .env.test for the isolated test runner / bun test
cat <<EOF > .env.test
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/aurora_test"
DISCORD_BOT_TOKEN="test_token"
@@ -95,6 +95,6 @@ jobs:
ADMIN_TOKEN="admin_token_123"
LOG_LEVEL="error"
EOF
bash shared/scripts/test-sequential.sh --integration
bash shared/scripts/test-isolated.sh --integration
env:
NODE_ENV: test