fix(ci): use correct OneDev PublishJUnitReportStep type
This commit is contained in:
parent
9f34dd164a
commit
d9f84ec2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
pnpm exec nx run-many -t test --parallel=2
|
pnpm exec nx run-many -t test --parallel=2
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
- type: PublishJUnitTestReportStep
|
- type: PublishJUnitReportStep
|
||||||
name: publish test reports
|
name: publish test reports
|
||||||
reportName: Test Results
|
reportName: Test Results
|
||||||
filePatterns: apps/backend/target/surefire-reports/**/*.xml reports/apps/frontend/**/*.xml
|
filePatterns: apps/backend/target/surefire-reports/**/*.xml reports/apps/frontend/**/*.xml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue