Skip to content

Commit

Permalink
ci: improve test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Sep 24, 2023
1 parent cb77d79 commit da03f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
java-version: '11'
distribution: 'temurin'

- name: Build
run: ./gradlew build
- name: Assemble
run: ./gradlew assemble

- name: Tests
run: ./gradlew test
Expand Down

0 comments on commit da03f78

Please sign in to comment.