Enable testcontainers debug logging.
This commit is contained in:
parent
3b982dc21e
commit
fab9409246
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue