mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 12:43:32 +08:00
Fix actions
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -35,9 +35,9 @@ jobs:
|
||||
- name: All Tests
|
||||
run: >
|
||||
./gradlew check --scan
|
||||
-Dmirai.network.show.all.components=true
|
||||
-Dkotlinx.coroutines.debug=on
|
||||
-Dmirai.network.show.packet.details=true
|
||||
"-Dmirai.network.show.all.components=true"
|
||||
"-Dkotlinx.coroutines.debug=on"
|
||||
"-Dmirai.network.show.packet.details=true"
|
||||
|
||||
- name: Ensure KDoc valid
|
||||
run: ./gradlew dokkaHtmlMultiModule
|
||||
|
||||
Reference in New Issue
Block a user