Skip to content

Commit

Permalink
add task to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierPineau committed Nov 7, 2023
1 parent 4f256a5 commit dabdbf0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew check
- name: Run common tests and lint
run: ./gradlew clean common:checkCommon --parallel --stacktrace -Pskip_gitversion --info

- name: Run Android lint
run: ./gradlew android:ktlintCheck --stacktrace -Pskip_gitversion

0 comments on commit dabdbf0

Please sign in to comment.