Skip to content

Commit

Permalink
Adjust CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 3, 2023
1 parent bf6a957 commit 51bd2a3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch: {}

jobs:
build:
build-and-test:
strategy:
matrix:
javaVersion: [8, 11, 16, 17]
javaVersion: [8, 11]
os: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand All @@ -25,4 +25,10 @@ jobs:
gradle-version: 6.8

- name: Execute Gradle build
run: ./gradlew build
run: ./gradlew build

- name: Build jar
run: ./gradlew jar

- name: Run tests
run: ./gradlew test

0 comments on commit 51bd2a3

Please sign in to comment.