separate out the CI tasks
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -36,4 +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 build
|
./gradlew applyPatches
|
||||||
|
./gradlew build
|
||||||
|
|||||||
Reference in New Issue
Block a user