slawekjaranowski commented on code in PR #218:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/218#discussion_r2553267391
##########
.github/actions/install-svn/action.yml:
##########
@@ -32,5 +32,12 @@ runs:
- name: Install Subversion on Windows
if: runner.os == 'Windows'
- shell: powershell
- run: choco install --yes svn
+ shell: bash
+ run: |
+ choco install --yes svn
+ echo "C:\Program Files (x86)\Subversion\bin" >> $GITHUB_PATH
+
+ - name: Test Subversion on Windows
+ if: runner.os == 'Windows'
Review Comment:
can be on all, on windows I need more test to set path ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]