Skip to content

Commit 874bfe1

Browse files
committed
Fix building example observer app on deploy
1 parent a171917 commit 874bfe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Change wrapper permissions
4141
run: chmod +x ./gradlew
4242

43-
# Run Build & Test the Project
43+
# Run Build & Test the Project (only SDK modules, skip app/example/test_app)
4444
- name: Build gradle project
45-
run: ./gradlew build
45+
run: ./gradlew :superwall:build :superwall-compose:build
4646

4747
- name: Build test project
4848
run: ./gradlew :app:assembleAndroidTest -DtestBuildType=debug

0 commit comments

Comments
 (0)