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 f9f0d0f commit 128025bCopy full SHA for 128025b
.github/workflows/test-and-build-workflow.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Generate Jacoco Test Report
60
if: always()
61
run: |
62
- su `id -un 1000` -c "./gradlew jacocoTestReport
+ su `id -un 1000` -c "./gradlew jacocoTestReport"
63
- name: Upload coverage XML
64
uses: actions/upload-artifact@v4
65
0 commit comments