Skip to content

Commit

Permalink
chore(deps): update enricomi/publish-unit-test-result-action digest t…
Browse files Browse the repository at this point in the history
…o e780361
  • Loading branch information
renovate[bot] authored Jan 13, 2024
1 parent 47d762d commit 38bf61b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
gradle-home-cache-cleanup: true
arguments: jacocoMergedReport
- uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2
- uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365 # v2
if: ${{ !cancelled() && (success() || failure()) }}
with:
check_name: Test Results android
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
gradle-home-cache-cleanup: true
arguments: iosX64Test --scan
- uses: EnricoMi/publish-unit-test-result-action/composite@ca89ad036b5fcd524c1017287fb01b5139908408 # v2
- uses: EnricoMi/publish-unit-test-result-action/composite@e780361cd1fc1b1a170624547b3ffda64787d365 # v2
if: ${{ !cancelled() && (success() || failure()) }}
with:
check_name: Unit Test Results iosX64
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
gradle-home-cache-cleanup: true
arguments: :iosApp:xcodetest --scan --info
- uses: EnricoMi/publish-unit-test-result-action/composite@ca89ad036b5fcd524c1017287fb01b5139908408 # v2
- uses: EnricoMi/publish-unit-test-result-action/composite@e780361cd1fc1b1a170624547b3ffda64787d365 # v2
if: ${{ !cancelled() && (success() || failure()) }}
with:
check_name: Instrumented Test Results iosX64
Expand Down

0 comments on commit 38bf61b

Please sign in to comment.