Skip to content

Commit 96adc5d

Browse files
committed
chore: group 3 CI tasks into 1 task
1 parent 59b6e26 commit 96adc5d

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,12 @@ jobs:
2727
- name: Grant execute permission for gradlew
2828
run: chmod +x gradlew
2929

30-
- name: Run Unit Tests
31-
run: ./gradlew test
32-
33-
- name: Run lint checks
34-
run: ./gradlew lintDebug
30+
- name: Run unit test, lint check and build
31+
run: ./gradlew test lintDebug assembleDebug
3532

3633
- name: Upload Lint Report Artifact
3734
if: always()
3835
uses: actions/upload-artifact@v4
3936
with:
4037
name: lint-report
41-
path: app/build/reports/lint-results-debug.html
42-
43-
- name: Build the project
44-
run: ./gradlew assembleDebug
38+
path: app/build/reports/lint-results-debug.html

0 commit comments

Comments
 (0)