fix(ci): use Maven wrapper instead of system mvn
Some checks failed
CI / build-and-test (pull_request) Failing after 16s
Some checks failed
CI / build-and-test (pull_request) Failing after 16s
The Gitea runner image does not include Maven, causing 'mvn: command not found'. Add Maven wrapper (mvnw) so CI downloads Maven automatically. Closes #25
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Build and test with coverage
|
||||
run: mvn verify --batch-mode
|
||||
run: ./mvnw verify --batch-mode
|
||||
|
||||
- name: Upload coverage report
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user