mirror of
https://github.com/Dreeam-qwq/Gale.git
synced 2025-12-25 09:39:19 +00:00
debug
This commit is contained in:
18
.github/workflows/auto-update.yml
vendored
18
.github/workflows/auto-update.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user