From d6d67de2fb60d34af317392ce016283822a9d27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:00:13 -0500 Subject: [PATCH] Bump test-summary/action from 2.1 to 2.2 (#24831) Bumps [test-summary/action](https://github.com/test-summary/action) from 2.1 to 2.2. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/62bc5c68de2a6a0d02039763b8c754569df99e3f...fee35d7df20790255fe6aa92cf0f6d28092ecf2f) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Violet Hynes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60353f3007..741bcc6c91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: name: test-results-ui path: ui/test-results if: success() || failure() - - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 + - uses: test-summary/action@fee35d7df20790255fe6aa92cf0f6d28092ecf2f # v2.2 with: paths: "ui/test-results/qunit/results.xml" show: "fail"