Skip to content

Commit c8e79c3

Browse files
authored
Change Gradle task from check to build
1 parent b202e51 commit c8e79c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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:check --no-daemon
33+
./gradlew :shared:build --no-daemon
3434
echo "✅ Shared build complete!"
3535
3636
- name: Build WebApp
@@ -54,4 +54,4 @@ jobs:
5454
env:
5555
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
5656
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_ID }}
57-
timeout-minutes: 5
57+
timeout-minutes: 5

0 commit comments

Comments
 (0)