Update pull_request.yml
This commit is contained in:
parent
fe192346ef
commit
2949c7ba5a
9
.github/workflows/pull_request.yml
vendored
9
.github/workflows/pull_request.yml
vendored
@ -14,17 +14,20 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@latest
|
||||
|
||||
- name: Setup JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@latest
|
||||
with:
|
||||
java-version: 16
|
||||
distribution: adopt
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
chmod +x ./gradlew
|
||||
./gradlew build
|
||||
- name: Upload build artifacts
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
name: build-artifacts
|
||||
|
Reference in New Issue
Block a user