We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b33311 commit ac06586Copy full SHA for ac06586
1 file changed
.github/workflows/maven.yml
@@ -25,7 +25,9 @@ jobs:
25
cache: 'maven'
26
27
- name: 📦 Build with Maven
28
+ working-directory: ./api
29
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
30
31
- name: 🚀 Coveralls Coverage Report Submission
32
33
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_SECRET }}
0 commit comments