[ https://issues.apache.org/jira/browse/SCM-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540918#comment-17540918 ]
ASF GitHub Bot commented on SCM-988: ------------------------------------ slawekjaranowski commented on PR #44: URL: https://github.com/apache/maven-gh-actions-shared/pull/44#issuecomment-1134591068 because it is needed only by one project, we can add input parameters, like `with_mercurial` with default value `false` and execute task conditionally in scm project we add ``` jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 with: with_mercurial: true ``` for testing you can also change workflow in scm PR pointing to your fork > Not all TCK tests are run on all platforms. > ------------------------------------------- > > Key: SCM-988 > URL: https://issues.apache.org/jira/browse/SCM-988 > Project: Maven SCM > Issue Type: Test > Reporter: Niels Basjes > 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)