Skip to content

Commit

Permalink
[DVK-72] test: 개발 서버 CI/CD 구축 테스트
Browse files Browse the repository at this point in the history
- 빌드 성능 향상
  • Loading branch information
LeeSM0518 committed Oct 25, 2024
1 parent 64321e8 commit 69aa3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
run: ./gradlew build -x test
run: ./gradlew build -x test --parallel

- name: Upload Test Reports
if: always()
Expand Down

0 comments on commit 69aa3f9

Please sign in to comment.