From 32a4e55f0edff1ba4394834ada5cb11837494d9e Mon Sep 17 00:00:00 2001 From: Dennis van den Brock Date: Thu, 29 Aug 2024 19:34:38 +0200 Subject: [PATCH] removed build test, as it is covered by the Runtime tests --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323d2ea..f6e07aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,23 +7,6 @@ on: branches: [main] jobs: - build: - name: Unit Tests - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up JDK 21 - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '21' - - - name: Build with Maven - run: mvn clean install - checkstyle: name: Checkstyle runs-on: ubuntu-latest