Skip to content

Commit

Permalink
Fix maven version used by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
palves-ulht committed Jan 28, 2025
1 parent d5313d1 commit 3bbe0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
env:
DP_M2_HOME: /usr/share/apache-maven-3.8.8
DP_M2_HOME: /usr/share/apache-maven-3.9.9
DP_MVN_REPO: ~/.m2
run: mvn --batch-mode --update-snapshots verify
- name: Upload coverage to codecov
Expand Down

0 comments on commit 3bbe0de

Please sign in to comment.