9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-25 09:39:19 +00:00
This commit is contained in:
Dreeam
2024-07-18 02:39:22 +08:00
parent 004abb3df5
commit bbfd94037b

View File

@@ -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: |