Removing Datadog CI visibility for now due to its pricing - have created a confluence page documenting how to add it back if it is desired.
This commit is contained in:
parent
c5935e9e56
commit
5b6c5011fb
|
@ -179,13 +179,6 @@ jobs:
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
|
|
||||||
- name: Test server
|
- name: Test server
|
||||||
env:
|
|
||||||
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
|
|
||||||
DD_API_KEY: "${{ secrets.DATADOG_API_KEY }}"
|
|
||||||
DD_SITE: "datadoghq.eu"
|
|
||||||
NODE_OPTIONS: "-r dd-trace/ci/init"
|
|
||||||
DD_ENV: "ci"
|
|
||||||
DD_SERVICE: "budibase/packages/server"
|
|
||||||
run: |
|
run: |
|
||||||
if ${{ env.USE_NX_AFFECTED }}; then
|
if ${{ env.USE_NX_AFFECTED }}; then
|
||||||
yarn test --scope=@budibase/server --since=${{ env.NX_BASE_BRANCH }}
|
yarn test --scope=@budibase/server --since=${{ env.NX_BASE_BRANCH }}
|
||||||
|
|
Loading…
Reference in New Issue