Skip to content

Commit

Permalink
Enable skipped tests in annotations (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Aug 8, 2024
1 parent 41a4185 commit 7b03a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ steps:

- label: ":junit: Junit annotate"
plugins:
- junit-annotate#v2.4.1:
- junit-annotate#v2.5.0:
artifacts: "build/test-results/*.xml"
report-skipped: true
agents:
provider: "gcp" # junit plugin requires docker

Expand Down
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ steps:

- label: ":junit: Junit annotate"
plugins:
- junit-annotate#v2.4.1:
- junit-annotate#v2.5.0:
artifacts: "build/test-results/*.xml"
report-skipped: true
agents:
provider: "gcp" # junit plugin requires docker

Expand Down

0 comments on commit 7b03a66

Please sign in to comment.