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 13d0b59 commit ac9caa0Copy full SHA for ac9caa0
.github/workflows/build-src-check.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check
28
- name: Publish Test Results
29
- uses: EnricoMi/publish-unit-test-result-action@v2.9.0
+ uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a
30
with:
31
files: "**/build/test-results/**/*.xml"
32
check_name: "buildSrc Test Results"
.github/workflows/ci_tests.yml
@@ -172,6 +172,6 @@ jobs:
172
path: artifacts
173
174
175
176
177
files: "artifacts/**/*.xml"
0 commit comments