[ https://issues.apache.org/jira/browse/SCM-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541741#comment-17541741 ]
ASF GitHub Bot commented on SCM-988: ------------------------------------ nielsbasjes opened a new pull request, #45: URL: https://github.com/apache/maven-gh-actions-shared/pull/45 This is the flag that was missing from my previous pull request https://github.com/apache/maven-gh-actions-shared/pull/44 . If a project needs mercurial to be installed they can now use this config ``` jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 with: install-mercurial: true ``` I have tested this by updating the config on my fork of maven-scm and use in that project ``` uses: nielsbasjes/maven-gh-actions-shared/.github/workflows/maven-verify.yml@SCM-988-OptionalInstallMercurial ``` Then both projects are in my namespace and the Github Actions fully runs where the log show mercurial was actually present. > Make all TCK tests run on all GH Actions platforms > -------------------------------------------------- > > Key: SCM-988 > URL: https://issues.apache.org/jira/browse/SCM-988 > Project: Maven SCM > Issue Type: Test > Reporter: Niels Basjes > Assignee: Michael Osipov > Priority: Major > > Followup of SCM-981 > In the Github actions OS images are used which are provided by Github. > Some of these images (at least macOS) do not have all SCM commandline tools > installed. > As a consequence not all tests are run on all platforms. > The improvement is to make sure that in the CI build all SCM commandline > tools are available so on all platforms all tests are run. -- This message was sent by Atlassian Jira (v8.20.7#820007)