fix: pin datadog-ci version (#8270)

This commit is contained in:
Colin Adler
2023-06-30 03:42:13 +00:00
committed by GitHub
parent 34467a3289
commit 72a48bee52
+1 -1
View File
@@ -20,7 +20,7 @@ runs:
echo "No API key provided, skipping..."
exit 0
fi
npm install -g @datadog/datadog-ci
npm install -g @datadog/datadog-ci@2.10.0
datadog-ci junit upload --service coder ./gotests.xml \
--tags os:${{runner.os}} --tags runner_name:${{runner.name}}
env: