diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a891461..fe939b71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: - 'master' jobs: - build: + build-and-test: runs-on: ubuntu-latest strategy: @@ -21,19 +21,6 @@ jobs: distribution: 'corretto' - name: Build with Maven run: mvn compile - test: - runs-on: ubuntu-latest - - strategy: - matrix: - java-version: [8, 11, 17] - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - with: - java-version: ${{ matrix.java-version }} - distribution: 'corretto' - - name: Test with Maven + - name: Test run: mvn test \ No newline at end of file