Extra test logging.
This commit is contained in:
parent
460b30bbeb
commit
4975ae7fef
|
@ -186,6 +186,8 @@ 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 }}
|
||||
|
|
Loading…
Reference in New Issue