Skip to content

Commit

Permalink
Improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Jul 9, 2024
1 parent 928f780 commit 672ad14
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ jobs:
token: ${{ github.token }}
submodules: recursive

# Setup Gradle and run Build
# Setup Gradle and clean
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: |
./gradlew clean
./gradlew :Common:build
./gradlew :Core:build
./gradlew :DB:build
./gradlew :Network:build
run: ./gradlew clean

# Run tests
- name: Run Unit tests
Expand Down

0 comments on commit 672ad14

Please sign in to comment.