1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Enable DataDog test instrumentation.

This commit is contained in:
Sam Rose 2024-06-10 15:48:15 +01:00
parent 36f315ab8d
commit f6ed2c9afc
No known key found for this signature in database

View file

@ -179,6 +179,13 @@ 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 }}