We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171917 commit 874bfe1Copy full SHA for 874bfe1
.github/workflows/build+test+deploy.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Change wrapper permissions
41
run: chmod +x ./gradlew
42
43
- # Run Build & Test the Project
+ # Run Build & Test the Project (only SDK modules, skip app/example/test_app)
44
- name: Build gradle project
45
- run: ./gradlew build
+ run: ./gradlew :superwall:build :superwall-compose:build
46
47
- name: Build test project
48
run: ./gradlew :app:assembleAndroidTest -DtestBuildType=debug
0 commit comments