We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 041e751 + 176be81 commit b202e51Copy full SHA for b202e51
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build Shared module
31
run: |
32
echo "🔨 Building Kotlin Shared module..."
33
- ./gradlew :shared:build --no-daemon
+ ./gradlew :shared:check --no-daemon
34
echo "✅ Shared build complete!"
35
36
- name: Build WebApp
0 commit comments