Extra test logging.

This commit is contained in:
Sam Rose 2024-09-20 16:58:06 +01:00
parent 460b30bbeb
commit 4975ae7fef
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ jobs:
- run: yarn --frozen-lockfile
- name: Test server
env:
DEBUG: "testcontainers*"
run: |
if ${{ env.ONLY_AFFECTED_TASKS }}; then
node scripts/run-affected.js --task=test --scope=@budibase/server --since=${{ env.NX_BASE_BRANCH }}