1
0
Fork 0
mirror of synced 2024-07-12 17:56:07 +12:00

Merge branch 'master' into fix/aws-session-token-s3-ver2

This commit is contained in:
Sam Rose 2024-06-10 17:05:52 +01:00 committed by GitHub
commit a89b1b27e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

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

View file

@ -1683,3 +1683,5 @@ describe.each([
})
})
})
// todo: remove me