From b469ccc7bfd5d18442d807d959d5c79e86a6d7ac Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 31 May 2021 16:20:09 +0800 Subject: [PATCH] Fix yaml syntax --- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/release.yml | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4c258800..8755548f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: - name: mirai-core Tests run: > - ./gradlew check -Pmirai.pkc.check.enable --scan - -Dmirai.debug.network.show.all.components=true - -Dkotlinx.coroutines.debug=on - -Dmirai.debug.network.show.packet.details=true + ./gradlew check -Pmirai.pkc.check.enable --scan + -Dmirai.debug.network.show.all.components=true + -Dkotlinx.coroutines.debug=on + -Dmirai.debug.network.show.packet.details=true build-all: runs-on: ubuntu-latest steps: @@ -55,7 +55,7 @@ jobs: - name: All Tests run: > - ./gradlew check -Pmirai.pkc.check.enable --scan - -Dmirai.debug.network.show.all.components=true - -Dkotlinx.coroutines.debug=on - -Dmirai.debug.network.show.packet.details=true \ No newline at end of file + ./gradlew check -Pmirai.pkc.check.enable --scan + -Dmirai.debug.network.show.all.components=true + -Dkotlinx.coroutines.debug=on + -Dmirai.debug.network.show.packet.details=true \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 792086222..976e69016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,10 +62,10 @@ jobs: - name: Check run: > - ./gradlew check -Pmirai.pkc.check.enable --scan - -Dmirai.debug.network.show.all.components=true - -Dkotlinx.coroutines.debug=on - -Dmirai.debug.network.show.packet.details=true + ./gradlew check -Pmirai.pkc.check.enable --scan + -Dmirai.debug.network.show.all.components=true + -Dkotlinx.coroutines.debug=on + -Dmirai.debug.network.show.packet.details=true - name: Gradle :mirai-core-utils:publish run: >