Setting debug properly
This commit is contained in:
parent
fe789e7462
commit
1bd5a41712
|
@ -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:
|
||||
|
|
|
@ -8,4 +8,3 @@ process.env.COUCH_DB_PASSWORD = "budibase"
|
|||
process.env.COUCH_DB_USER = "budibase"
|
||||
process.env.API_ENCRYPTION_KEY = "testsecret"
|
||||
process.env.JWT_SECRET = "testsecret"
|
||||
process.env.DEBUG = "testcontainers*"
|
||||
|
|
Loading…
Reference in New Issue