Skip to content

Commit

Permalink
Merge pull request #11547 from fabienpuissant/fix/run-unit-test-gradl…
Browse files Browse the repository at this point in the history
…e-ci

add unit test step in gradle ci
  • Loading branch information
renanfranca authored Dec 8, 2024
2 parents f2c1a2f + 10f58d1 commit a294887
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 a294887

Please sign in to comment.