Update pull_request.yml

This commit is contained in:
seasnail 2021-09-01 13:08:30 +01:00 committed by GitHub
parent 022dea980f
commit 9a03863b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,7 @@ on: pull_request
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
runs-on: '${{ matrix.os }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
@ -17,9 +11,7 @@ jobs:
java-version: 16
distribution: adopt
- name: Build
run: |
chmod +x ./gradlew
./gradlew build
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
with: