Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08dc699

Browse files
committed
Fix upload of E2E datadog reports
1 parent 91bda34 commit 08dc699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,4 @@ jobs:
341341
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
342342
DD_DATABASE: e2e
343343
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
344-
run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
344+
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml

0 commit comments

Comments
 (0)