Skip to content

Commit 6b45d68

Browse files
committed
Fix workflow
1 parent 7f9ffc9 commit 6b45d68

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
- name: Test
2222
run: ./gradlew test check
2323

24-
- if: github.repository == 'FabricCompatibilityLayers/Mod-Remapping-API'
25-
name: Sonar
26-
run: ./gradlew jacocoTestCoverageVerification jacocoTestReport sonar
27-
env:
28-
SONAR_URL: ${{ secrets.SONAR_URL }}
29-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30-
3124
- if: github.repository == 'FabricCompatibilityLayers/Mod-Remapping-API' && github.ref_type == 'tag'
3225
name: Publish
3326
run: ./gradlew build modrinth

0 commit comments

Comments
 (0)