Skip to content

Commit ac06586

Browse files
committed
fix: change dir on github action
1 parent 9b33311 commit ac06586

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
cache: 'maven'
2626

2727
- name: 📦 Build with Maven
28+
working-directory: ./api
2829
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
2930

3031
- name: 🚀 Coveralls Coverage Report Submission
32+
working-directory: ./api
3133
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_SECRET }}

0 commit comments

Comments
 (0)