From ff26c586962453bc13a3c87d649fe748835977d1 Mon Sep 17 00:00:00 2001 From: This-Is-Ko <52279273+This-Is-Ko@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:12:34 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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