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 852e2f9 commit b4d2febCopy full SHA for b4d2feb
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Validate wrapper
37
- name: Gradle Wrapper Validation
38
- uses: gradle/wrapper-validation-action@v3.5.0
+ uses: gradle/actions/wrapper-validation@v4
39
40
# Run verifyPlugin and test Gradle tasks
41
test:
@@ -80,9 +80,9 @@ jobs:
80
# Publish test results
81
- name: Publish Test Report
82
if: ${{ always() }}
83
- uses: EnricoMi/publish-unit-test-result-action/composite@v2
+ uses: EnricoMi/publish-unit-test-result-action/linux@v2
84
with:
85
- junit_files: ${{ github.workspace }}/build/test-results/**/*.xml
+ files: ${{ github.workspace }}/build/test-results/**/*.xml
86
87
# Annotate sources with detekt issues
88
- name: Generate Detekt Annotations
0 commit comments