This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 8d7b024 Use shared GitHub actions 8d7b024 is described below commit 8d7b024591e8a4dad675b6a97ebbfb5f86fd2668 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Thu Apr 21 22:01:57 2022 +0200 Use shared GitHub actions --- .github/workflows/{maven.yml => maven-verify.yml} | 27 +++++------------------ 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml similarity index 63% rename from .github/workflows/maven.yml rename to .github/workflows/maven-verify.yml index db344ff..bbd7786 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven-verify.yml @@ -15,28 +15,13 @@ # specific language governing permissions and limitations # under the License. -name: Java CI +name: Verify -on: [push, pull_request] +on: + push: + pull_request: jobs: build: - - strategy: - matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] - fail-fast: false - - runs-on: ${{ matrix.os }} - - steps: - - name: Checkout - uses: actions/checkout@v1 - - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - - name: Build with Maven - run: mvn install -e -B -V --no-transfer-progress -P run-its + name: Verify + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2