We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699ba4 commit f0e87c3Copy full SHA for f0e87c3
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Publish Test Report
97
if: false && (failure() || success()) && github.event_name == 'pull_request'
98
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
99
with:
100
report_paths: '**/sample/android/build/test-results/validateDebugScreenshotTest/TEST-*.xml'
101
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments