Skip to content

Commit

Permalink
chore(deps): update dorny/test-reporter action to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 5122e4c commit ebbc1df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/uuv-github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}
runner-name: "a11y"
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Unit Tests - A11y
Expand All @@ -123,7 +123,7 @@ jobs:
runner-name: "assistant"
options: "--generateJunitReport"
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Integration Tests - Assistant
Expand All @@ -146,7 +146,7 @@ jobs:
runner-name: "runner-cypress"
options: "--generateJunitReport --generateHtmlReport --generateA11yReport"
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Unit Tests - Cypress
Expand All @@ -167,7 +167,7 @@ jobs:
runner-name: "runner-playwright"
options: "--generateJunitReport --generateHtmlReport --generateA11yReport"
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Unit Tests - Playwright
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
path: |
tests/integration/runner-cypress/uuv/reports
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Integration Tests - Cypress
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
path: |
tests/integration/runner-playwright/uuv/reports
- name: Test Report
uses: dorny/test-reporter@v1.9.0
uses: dorny/test-reporter@v1.9.1
if: success() || failure()
with:
name: Report - Integration Tests - Playwright
Expand Down

0 comments on commit ebbc1df

Please sign in to comment.