2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 02:58:12 -07:00

Tweaks to workflow

This commit is contained in:
Geert Bevin 2022-12-31 17:04:37 -05:00
parent e05330a046
commit 37a525a9cb

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java-version: [ 17, 19 ]
java-version: [ 17 ]
steps:
- uses: actions/checkout@v2
@ -28,4 +28,4 @@ jobs:
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew build check --stacktrace
run: ./gradlew build lib:check --stacktrace