Skip to content

Commit

Permalink
Update IT
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored and mergify-bot committed May 26, 2021
1 parent 4924aab commit d881667
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -23,7 +23,10 @@ data class OutputReport(

data class Matrix(
val app: String = "",
@JsonProperty("test-axises") val testAxises: List<Outcome> = emptyList()
@JsonProperty("test-file")
val testFile: String = "",
@JsonProperty("test-axises")
val testAxises: List<Outcome> = emptyList()
)

data class Outcome(
Expand Down

0 comments on commit d881667

Please sign in to comment.