Skip to content

Commit 2c3da87

Browse files
committed
[DVK-72] test: 개발 서버 CI/CD 구축
- 빌드시 테스트를 수행하도록 변경
1 parent 3be805b commit 2c3da87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-develop-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: gradle/actions/setup-gradle@v3
4242

4343
- name: Build with Gradle
44-
run: ./gradlew build -x test --parallel
44+
run: ./gradlew build --parallel
4545

4646
- name: Upload Test Reports
4747
if: always()

0 commit comments

Comments
 (0)