Fix yaml syntax

This commit is contained in:
Him188 2021-05-31 16:20:09 +08:00
parent 04dda62740
commit b469ccc7bf
2 changed files with 12 additions and 12 deletions

View File

@ -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
./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

View File

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