Skip to content

Commit bcef4ac

Browse files
committed
Fix unit test DataDog uploads
1 parent 18f21da commit bcef4ac

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
@@ -281,7 +281,7 @@ jobs:
281281
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
282282
DD_DATABASE: postgresql
283283
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
284-
run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
284+
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
285285

286286
test-e2e:
287287
name: "test/e2e"

0 commit comments

Comments
 (0)