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 10f58d1
Showing 1 changed file with 4 additions and 2 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 tests'
run: ./gradlew clean integrationTest --no-daemon
- name: 'Test: run unit tests'
run: ./gradlew clean test --no-daemon
- name: 'Test: run integration tests'
run: ./gradlew integrationTest --no-daemon

0 comments on commit 10f58d1

Please sign in to comment.