Remove testcontainers debug logging.

This commit is contained in:
Sam Rose 2025-04-22 16:03:22 +01:00
parent 54ff3d2f5e
commit bbeee59677
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ jobs:
- name: Test server
env:
DATASOURCE: ${{ matrix.datasource }}
DEBUG: testcontainers*
# DEBUG: testcontainers*
run: |
if ${{ env.ONLY_AFFECTED_TASKS }}; then
AFFECTED=$(yarn --silent nx show projects --affected -t test --base=${{ env.NX_BASE_BRANCH }} -p @budibase/server)