mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37: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
|
||||
jobs:
|
||||
gradle:
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 16 ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: ${{ matrix.java-version}}
|
||||
java-version: 16
|
||||
- uses: eskatos/gradle-command-action@v1
|
||||
with:
|
||||
arguments: check
|
||||
|
|
Loading…
Reference in a new issue