Skip to content

Commit

Permalink
Exclude :sample:shared:assemble on CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jun 3, 2024
1 parent f86e2ad commit 621ae83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
run: ./gradlew metalavaCheckCompatibilityRelease --stacktrace

- name: Build samples
run: |
./gradlew :sample:android:assemble \
:sample:desktop:assemble \
:sample:shared:assemble \
run: ./gradlew :sample:android:assemble :sample:desktop:assemble

- name: Build iOS app
run: xcodebuild -project sample/iosApp/iosApp.xcodeproj -scheme iosApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
Expand Down

0 comments on commit 621ae83

Please sign in to comment.