Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletRedMan committed Feb 26, 2024
1 parent a87f2d2 commit 54c01f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54c01f1

Please sign in to comment.