File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 5 * * *'
77jobs :
8+ set_datadog_team :
9+ name : ' Set Datadog team'
10+ uses : fingerprintjs/dx-team-toolkit/.github/workflows/set-datadog-team.yml@v1
11+ secrets :
12+ DD_API_KEY : ${{ secrets.INTEGRATIONS_DATADOG_API_KEY }}
13+
814 build :
915 name : ' Build sdk'
1016 uses : fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1
6066 working-directory : ./tests/functional-tests
6167 env :
6268 API_KEY : ' ${{ secrets.PRIVATE_KEY }}'
63-
64- report_status :
65- needs : functional_tests
66- if : always()
67- uses : fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
68- with :
69- notification_title : ' Node SDK Functional Tests has {status_message}'
70- job_status : ${{ needs.functional_tests.result }}
71- secrets :
72- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments