Skip to content

Commit c47ed8c

Browse files
authored
ci: get more information about source code (#330)
1 parent 02118d0 commit c47ed8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
uses: actions/setup-node@v2
5454
with:
5555
node-version: 14
56+
- name: Report source code metadata
57+
run: npx @datadog/datadog-ci git-metadata upload
58+
env:
59+
DATADOG_API_KEY: ${{ secrets.DD_API_KEY }}
5660
- name: Run integration tests
5761
run: ./run-tests.sh
5862
shell: bash

0 commit comments

Comments
 (0)