1
0
Fork 0
mirror of synced 2024-07-13 02:05:54 +12:00

Merge branch 'fix/aws-session-token-s3-ver2' of github.com:Budibase/budibase into fix/aws-session-token-s3-ver2

This commit is contained in:
mike12345567 2024-06-10 17:18:48 +01:00
commit 3542c37af0
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