Skip to content

Commit 40b4b10

Browse files
authored
ci: get more information about source code (#632)
1 parent e74082a commit 40b4b10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test_integration.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
repo: datadog-api-spec
5050
status: pending
5151
context: integration
52+
- name: Set up Node 14
53+
uses: actions/setup-node@v2
54+
with:
55+
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 }}
5260
- name: Set up Python 3.8
5361
uses: actions/setup-python@v2
5462
with:

0 commit comments

Comments
 (0)