File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 99 - cron : ' 0 5 * * *'
1010
1111jobs :
12+ set_datadog_team :
13+ name : ' Set Datadog team'
14+ uses : fingerprintjs/dx-team-toolkit/.github/workflows/set-datadog-team.yml@v1
15+ secrets :
16+ DD_API_KEY : ${{ secrets.INTEGRATIONS_DATADOG_API_KEY }}
17+
1218 functional_tests :
1319 name : " Functional Tests PHP ${{ matrix.php_version }}"
1420 runs-on : " ubuntu-latest"
3541 FP_PRIVATE_API_KEY : " ${{ secrets.FP_PRIVATE_API_KEY }}"
3642 FP_API_HOST : " ${{ secrets.FP_API_HOST }}"
3743
38- report-status :
39- needs : functional_tests
40- if : always()
41- uses : fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
42- with :
43- notification_title : ' PHP SDK Tests has {status_message}'
44- job_status : ${{ needs.functional_tests.result }}
45- secrets :
46- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments