We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c7684 commit dfe0c7cCopy full SHA for dfe0c7c
.github/workflows/coder.yaml
@@ -334,4 +334,11 @@ jobs:
334
335
- run: yarn playwright:test
336
working-directory: site
337
-
+
338
+ - name: Upload DataDog Trace
339
+ if: (success() || failure()) && github.actor != 'dependabot[bot]' && runner.os == 'Linux'
340
+ env:
341
+ DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
342
+ DD_DATABASE: e2e
343
+ GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
344
+ run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
0 commit comments