Remove extra logging.

This commit is contained in:
Sam Rose 2024-09-23 14:18:34 +01:00
parent 4c9f32ad88
commit 8a5a94338a
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ 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 }}