Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/pr-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
./scripts/ci/run-infra-tests.sh prod

- name: Publish Infrastructure Tests Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always() && steps.infra-tests.outcome != 'skipped'
with:
name: Infrastructure (Prod)
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
./scripts/ci/run-unit-tests.sh

- name: Publish Unit Tests Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always() && steps.unit-tests.outcome != 'skipped'
with:
name: Unit Tests
Expand Down Expand Up @@ -626,7 +626,7 @@ jobs:
./scripts/ci/run-component-tests.sh

- name: Publish Component Tests Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always() && steps.component-tests.outcome != 'skipped'
with:
name: Component Tests
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
./scripts/ci/run-perf-tests.sh

- name: Publish Performance Test Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always() && steps.perf-tests.outcome != 'skipped'
with:
name: Performance Tests Report
Expand Down Expand Up @@ -786,7 +786,7 @@ jobs:
./scripts/ci/run-visual-tests.sh

- name: Publish Visual Tests Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always() && steps.visual-tests.outcome != 'skipped'
with:
name: Visual Tests Report
Expand Down
Loading