From e7c2f0051b3cebbdcb379b778270a572c3ea8bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:48:36 +0000 Subject: [PATCH] ci(deps): Bump dorny/test-reporter from 1 to 2 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 6 +++--- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6efdbed..a6ccb01 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,4 +1,4 @@ -name: CD - Continuous Deployment +name: CD - Continuous Deployment on: workflow_run: @@ -154,7 +154,7 @@ jobs: API_BASE_URL: ${{ env.RAILWAY_URL }} - name: Publish E2E test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: E2E Test Results @@ -197,7 +197,7 @@ jobs: continue-on-error: true - name: Publish live integration test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: Live Integration Test Results diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03dc054..89cc130 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI - Continuous Integration +name: CI - Continuous Integration on: push: @@ -127,7 +127,7 @@ jobs: retention-days: 30 - name: Publish unit test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: Unit Test Results @@ -248,7 +248,7 @@ jobs: retention-days: 30 - name: Publish mocked integration test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: Mocked Integration Test Results