We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be288f1 commit 49f5fd7Copy full SHA for 49f5fd7
1 file changed
.github/workflows/ci.yml
@@ -37,16 +37,3 @@ jobs:
37
- name: Jacoco Coverage Verification
38
if: success() || failure()
39
run: ./gradlew jacocoTestCoverageVerification
40
-
41
- - name: Upload test results
42
- if: always()
43
- uses: actions/upload-artifact@v4
44
- with:
45
- name: test-results
46
- path: build/reports/tests/xml/
47
48
- - name: Upload build artifacts
49
50
51
- name: jars
52
- path: build/libs/*.jar
0 commit comments