1
0
Fork 0
mirror of synced 2024-08-22 13:31:37 +12:00

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:
mike12345567 2024-06-17 18:13:54 +01:00
parent c5935e9e56
commit 5b6c5011fb

View file

@ -179,13 +179,6 @@ jobs:
- run: yarn --frozen-lockfile
- 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: |
if ${{ env.USE_NX_AFFECTED }}; then
yarn test --scope=@budibase/server --since=${{ env.NX_BASE_BRANCH }}