mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
run CI with --stacktrace
This commit is contained in:
parent
07d4b300d6
commit
0c4da04848
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -36,5 +36,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "no-reply@github.com"
|
git config --global user.email "no-reply@github.com"
|
||||||
git config --global user.name "Github Actions"
|
git config --global user.name "Github Actions"
|
||||||
./gradlew applyPatches
|
./gradlew applyPatches --stacktrace
|
||||||
./gradlew build
|
./gradlew build --stacktrace
|
||||||
|
|
Loading…
Reference in a new issue