Skip to content

Commit

Permalink
Update EnricoMi/publish-unit-test-result-action action to v1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ricardorlg committed Feb 2, 2022
1 parent e923ec7 commit 13a1e6c
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.27
uses: EnricoMi/publish-unit-test-result-action@v1.28
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.27
uses: EnricoMi/publish-unit-test-result-action@v1.28
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 13a1e6c

Please sign in to comment.