mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 17:40:09 +08:00
Fix yaml syntax
This commit is contained in:
parent
04dda62740
commit
b469ccc7bf
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -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
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user