Skip to content

Commit

Permalink
run unit tests on all runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SylivanKenobi committed Nov 19, 2024
1 parent eb1ea64 commit 7881e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean test
- name: Build with Gradle
run: ./gradlew clean build

0 comments on commit 7881e34

Please sign in to comment.