Skip to content

Commit

Permalink
Update build multiplatform ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Jul 2, 2024
1 parent 79cf378 commit 9a1ed3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android CI
name: Multiplatform CI

on:
pull_request:
Expand Down Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Build with Gradle
run: |
./gradlew clean
./gradlew build
./gradlew :Common:build
./gradlew :Core:build
./gradlew :DB:build
./gradlew :Network:build
# Run tests
- name: Run Unit tests
Expand Down

0 comments on commit 9a1ed3d

Please sign in to comment.