commit | cbbf928a1bc2baa16e6903941aee9763b5e9e3e7 | [log] [tgz] |
---|---|---|
author | Slawomir Jaranowski <s.jaranowski@gmail.com> | Fri Oct 15 08:38:00 2021 +0200 |
committer | Sylwester Lachiewicz <slachiewicz@apache.org> | Sat Oct 16 19:28:06 2021 +0200 |
tree | 2be7d7f717b8ac630350ae1077d07dd384adb226 | |
parent | 1b6a90e01068f15063de3a357ccd7150f586f59c [diff] |
Testing workflows
Create GitHub workflow in project with content:
name: Verify on: push: branches-ignore: - dependabot/** pull_request: jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main
Excludes from build matrix:
... uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main with: matrix-exclude: > [ {"jdk": "8"}, # exclude jdk 8 from all builds {"os": "windows-latest"}, # exclude windows from all builds {"jdk": "8", "os": "windows-latest"} # exclude jkd 8 on windows ]