From d9f84ec2c9fba0640514aa715fd21f83aad7e1c4 Mon Sep 17 00:00:00 2001 From: Camille Date: Sat, 30 May 2026 00:27:24 +0200 Subject: [PATCH] fix(ci): use correct OneDev PublishJUnitReportStep type --- .onedev-buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 7cdfebc..757e80c 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -62,7 +62,7 @@ jobs: pnpm exec nx run-many -t test --parallel=2 condition: SUCCESSFUL optional: false - - type: PublishJUnitTestReportStep + - type: PublishJUnitReportStep name: publish test reports reportName: Test Results filePatterns: apps/backend/target/surefire-reports/**/*.xml reports/apps/frontend/**/*.xml