mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
[ci-skip] update workflow
This commit is contained in:
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
- name: Configure Git
|
||||
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
|
||||
- name: Apply patches
|
||||
run: ./gradlew applyPatches
|
||||
run: ./gradlew applyPatches --stacktrace
|
||||
- name: Build
|
||||
run: ./gradlew shadowJar
|
||||
run: ./gradlew build --stacktrace
|
||||
|
||||
Reference in New Issue
Block a user