From cbea670308f3d719d49eda89c2bac2febf471479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:53:16 +0200 Subject: [PATCH] chore(deps): bump publishtestresults to 2.203.0 (#860) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a749edf..08de6121 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -109,7 +109,7 @@ steps: - script: yarn test:ci displayName: "Run jest tests" - - task: PublishTestResults@2 + - task: PublishTestResults@2.203.0 condition: succeededOrFailed() inputs: testRunner: JUnit