Skip to content

Commit

Permalink
Update EnricoMi/publish-unit-test-result-action action to v1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ricardorlg-aval committed Feb 25, 2022
1 parent 18c01f5 commit 16572a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build test
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.29
uses: EnricoMi/publish-unit-test-result-action@v1.30
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build test
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.29
uses: EnricoMi/publish-unit-test-result-action@v1.30
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 16572a2

Please sign in to comment.