All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.testing.yml Maven / Gradle / Ivy

There is a newer version: 1.2.21
Show newest version
name: Testing and validation

on: [push, pull_request]

jobs:
  test:

    runs-on: ubuntu-latest
    strategy:
      matrix:
        jdk: [ 8, 11, 14 ]

    steps:
    - uses: actions/checkout@v2
    - name: Set up JDK 1.8
      uses: actions/setup-java@v1
      with:
        java-version: ${{ matrix.jdk }}
    - name: Runs tests
      run: mvn clean verify




© 2015 - 2024 Weber Informatics LLC | Privacy Policy