mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-22 21:30:13 +08:00
Enable debugging properties in actions
This commit is contained in:
parent
e1adaf9315
commit
04dda62740
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -25,8 +25,11 @@ jobs:
|
|||||||
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
||||||
|
|
||||||
- name: mirai-core Tests
|
- name: mirai-core Tests
|
||||||
run: ./gradlew check -Pmirai.pkc.check.enable --scan
|
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
|
||||||
build-all:
|
build-all:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -51,4 +54,8 @@ jobs:
|
|||||||
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
||||||
|
|
||||||
- name: All Tests
|
- name: All Tests
|
||||||
run: ./gradlew check -Pmirai.pkc.check.enable --scan
|
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
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -61,7 +61,11 @@ jobs:
|
|||||||
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
run: ./gradlew assemble -Pmirai.pkc.check.enable --scan
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: ./gradlew check -Pmirai.pkc.check.enable --scan
|
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
|
||||||
|
|
||||||
- name: Gradle :mirai-core-utils:publish
|
- name: Gradle :mirai-core-utils:publish
|
||||||
run: >
|
run: >
|
||||||
|
Loading…
Reference in New Issue
Block a user