Updated CI

This commit is contained in:
Andrey Terentev 2024-02-28 11:19:57 +07:00 committed by GitHub
parent 1da6f7ceaf
commit 268853b75e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
distribution: 'corretto'
- name: Build project
run: ./gradlew build
run: ./gradlew assemble
- name: Run tests
run: ./gradlew test