mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Remove the matrix from github's workflow
This commit is contained in:
parent
70f4ab7a0a
commit
1e9657b608
1 changed files with 1 additions and 4 deletions
5
.github/workflows/gradle-build.yml
vendored
5
.github/workflows/gradle-build.yml
vendored
|
@ -4,15 +4,12 @@ on:
|
||||||
- pull_request
|
- pull_request
|
||||||
jobs:
|
jobs:
|
||||||
gradle:
|
gradle:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
java-version: [ 16 ]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java-version}}
|
java-version: 16
|
||||||
- uses: eskatos/gradle-command-action@v1
|
- uses: eskatos/gradle-command-action@v1
|
||||||
with:
|
with:
|
||||||
arguments: check
|
arguments: check
|
||||||
|
|
Loading…
Reference in a new issue