Skip to content

Commit

Permalink
add unit test step in gradle ci
Browse files Browse the repository at this point in the history
Fix #11513
  • Loading branch information
fabienpuissant committed Dec 8, 2024
1 parent f2c1a2f commit bc7602b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
uses: ./.github/actions/setup
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: 'Test: run unit tests'
run: ./gradlew clean test --no-daemon
- name: 'Test: run tests'
run: ./gradlew clean integrationTest --no-daemon

0 comments on commit bc7602b

Please sign in to comment.