Skip to content

Commit 58c4ae6

Browse files
committed
feat : cicd test
1 parent fdfe2e2 commit 58c4ae6

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
# gradle build
2727
- name: Build with Gradle
28-
run: ./gradlew build -x test
28+
run: ./gradlew build
2929

3030
# docker build & push to production
3131
- name: Docker build & push to prod

0 commit comments

Comments
 (0)