We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf25f3d + dd42e1b commit 5cfb877Copy full SHA for 5cfb877
.github/workflows/master.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: build and test
24
run: ./gradlew ${{matrix.gradle-argument}} --info --stacktrace
25
- name: Publish Test Results
26
- uses: EnricoMi/publish-unit-test-result-action@v2.21.0
+ uses: EnricoMi/publish-unit-test-result-action@v2.22.0
27
if: always()
28
with:
29
files: |
.github/workflows/pull_request.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments