Skip to content

Commit b202e51

Browse files
authored
Merge pull request #7 from dmp100/feat/#6-web-cicd-pipeline
Feat/#6 : Shared, WebApp Deploy
2 parents 041e751 + 176be81 commit b202e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build Shared module
3131
run: |
3232
echo "🔨 Building Kotlin Shared module..."
33-
./gradlew :shared:build --no-daemon
33+
./gradlew :shared:check --no-daemon
3434
echo "✅ Shared build complete!"
3535
3636
- name: Build WebApp

0 commit comments

Comments
 (0)