diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e81d7cc..36b3f3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: run: chmod +x gradlew - name: Build - run: ./gradlew --batch-mode -DskipTests package + run: ./gradlew build -x test - name: Test - run: ./gradlew --batch-mode -Dmaven.test.failure.ignore=true test + run: ./gradlew test --continue - name: Report uses: dorny/test-reporter@v1