mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-02 04:30:25 +08:00
Fix actions
This commit is contained in:
parent
44b5f70bde
commit
dd25b402e6
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
|
||||
|
Loading…
Reference in New Issue
Block a user