fix(ci): use correct OneDev PublishJUnitReportStep type

This commit is contained in:
Camille 2026-05-30 00:27:24 +02:00
parent 9f34dd164a
commit d9f84ec2c9

View file

@ -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