Typos #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| build: | |
| name: Verify | |
| uses: maveniverse/parent/.github/workflows/ci.yml@release-26 | |
| with: | |
| maven-matrix: '[ "3.9.9" ]' # the IT does matrix mvn3 + mvn4; for running 3.9.9 is enough | |
| maven-test: './mvnw clean verify -e -B -V -P run-its -f it' | |