We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c6284 commit 2c997f0Copy full SHA for 2c997f0
1 file changed
.github/workflows/dev-ci.yml
@@ -48,4 +48,4 @@ jobs:
48
run: chmod +x gradlew
49
50
- name: Build with Gradle # 실제 application build
51
- run: ./gradlew build -PactiveProfiles=local
+ run: ./gradlew build -PactiveProfiles=local -x test
0 commit comments