Skip to content

Commit

Permalink
Update orcabus-stateful-pipeline-stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamputraintan committed Feb 6, 2024
1 parent 2d595da commit 2458410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pipeline/orcabus-stateful-pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export class StatefulPipelineStack extends cdk.Stack {
},
},
partialBuildSpec: codebuild.BuildSpec.fromObject({
'orcabus-infrastructureStatefulReports': {
infrastructureStatefulReports: {
reports: {
'orcabus-infrastructureStatefulReports': {
files: ['target/report/*.xml'],
'file-format': 'JUNITXML',
},
Expand Down

0 comments on commit 2458410

Please sign in to comment.