Removing debug.
This commit is contained in:
parent
c00e9ef946
commit
0c9881706d
|
@ -27,7 +27,6 @@ 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:
|
||||
|
@ -179,8 +178,6 @@ jobs:
|
|||
|
||||
- run: yarn --frozen-lockfile
|
||||
|
||||
- run: df -h
|
||||
|
||||
- name: Test server
|
||||
env:
|
||||
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
|
||||
|
|
Loading…
Reference in New Issue