Skip to content

Commit

Permalink
We dont need a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Jan 17, 2024
1 parent 401186a commit 2c83d16
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ jobs:
jvm:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
java-version:
- 17

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
java-version: '17'

- name: Test
run: ./gradlew assemble

0 comments on commit 2c83d16

Please sign in to comment.