Updated CI

This commit is contained in:
Andrey Terentev 2024-02-26 16:55:25 +07:00
parent a87f2d2ab6
commit 54c01f1a7f

View File

@ -22,7 +22,8 @@ jobs:
java-version: '17'
distribution: 'corretto'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
- name: Build project
run: ./gradlew build
- name: Run tests
run: ./gradlew test