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 18f21da commit bcef4acCopy full SHA for bcef4ac
.github/workflows/coder.yaml
@@ -281,7 +281,7 @@ jobs:
281
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
282
DD_DATABASE: postgresql
283
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
284
- run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
+ run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
285
286
test-e2e:
287
name: "test/e2e"
0 commit comments