From bbfd94037b408e551243e8277b2a9b2c42f41aff Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Thu, 18 Jul 2024 02:39:22 +0800 Subject: [PATCH] debug --- .github/workflows/auto-update.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 432c148..c85d1c1 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -59,15 +59,15 @@ jobs: distribution: 'temurin' java-version: 21 - - name: Running tests before push - run: | - cd Gale - if ! git diff --quiet; then - echo "Running tests...." - ./gradlew applyPatches - ./gradlew createMojmapPaperclipJar - ./gradlew rebuildPatches - fi +# - name: Running tests before push +# run: | +# cd Gale +# if ! git diff --quiet; then +# echo "Running tests...." +# ./gradlew applyPatches +# ./gradlew createMojmapPaperclipJar +# ./gradlew rebuildPatches +# fi - name: Check for changes and write to repository run: |