1
0
Fork 0
mirror of synced 2024-07-13 02:05:54 +12:00

Setting debug properly

This commit is contained in:
mike12345567 2024-06-10 15:29:32 +01:00
parent fe789e7462
commit 1bd5a41712
2 changed files with 1 additions and 1 deletions

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:

View file

@ -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*"