1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Enable debug logging for testcontainers.

This commit is contained in:
Sam Rose 2024-03-22 15:13:08 +00:00
parent cc02d759d5
commit 3e07483f7e
No known key found for this signature in database

View file

@ -27,6 +27,7 @@ env:
NX_BASE_BRANCH: origin/${{ github.base_ref }}
USE_NX_AFFECTED: ${{ github.event_name == 'pull_request' }}
IS_OSS_CONTRIBUTOR: ${{ inputs.run_as_oss == true || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != 'Budibase/budibase') }}
DEBUG: "testcontainers*"
jobs:
lint: