This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch WAGON-637 in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/WAGON-637 by this push: new 56818707 We need Subversion client to be installed before running tests. 56818707 is described below commit 5681870764e468bccbd2c74482603ed5d5fb6cb3 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Dec 26 13:00:05 2024 +0100 We need Subversion client to be installed before running tests. --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827cf..d021860d 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + install-subversion: true