diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86df06c..8740794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,6 @@ jobs: java-version: ${{ matrix.java }} distribution: 'adopt' cache: maven - - name: Build with Maven - run: mvn clean compile assembly:single - name: Run tests run: mvn clean install shell: bash \ No newline at end of file