Skip to content

Commit 2c997f0

Browse files
committed
fix: skip tests in dev CI to avoid DB dependency
1 parent 84c6284 commit 2c997f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: chmod +x gradlew
4949

5050
- name: Build with Gradle # 실제 application build
51-
run: ./gradlew build -PactiveProfiles=local
51+
run: ./gradlew build -PactiveProfiles=local -x test

0 commit comments

Comments
 (0)