Update .github/workflows/build.yml
All checks were successful
build / build (push) Successful in 17m51s
All checks were successful
build / build (push) Successful in 17m51s
This commit is contained in:
parent
2e3ca6d94e
commit
f9762e1496
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -8,9 +8,10 @@ on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
@ -18,8 +19,6 @@ jobs:
|
||||
java-version: '17'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
- name: Capture build artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user