Enable testcontainers debug logging.

This commit is contained in:
Sam Rose 2024-11-07 15:23:26 +00:00
parent 3b982dc21e
commit fab9409246
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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