Skip to content

Commit 7b40786

Browse files
authored
Merge pull request #196 from fingerprintjs/ci/INTER-1314-set-datadog-team
ci: set Datadog team in functional_tests workflow runs
2 parents f9f0c5a + 1a26a16 commit 7b40786

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/functional_tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
schedule:
66
- cron: '0 5 * * *'
77
jobs:
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
@@ -60,13 +66,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)