Skip to content

Commit

Permalink
remove jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 20, 2024
1 parent 6920125 commit f2a08ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Build EventMesh Runtime
working-directory: eventmesh
run: ./gradlew clean dist jacocoTestReport -x spotlessJava -x generateGrammarSource --parallel --daemon && ./gradlew installPlugin
run: ./gradlew clean dist -x spotlessJava -x generateGrammarSource --parallel --daemon && ./gradlew installPlugin

- name: Set up Meta
working-directory: nacos
Expand Down

0 comments on commit f2a08ab

Please sign in to comment.