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