Debug testcontainers.

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

View File

@ -239,6 +239,7 @@ jobs:
- name: Test server
env:
DATASOURCE: ${{ matrix.datasource }}
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)