We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0562f commit 8bc5548Copy full SHA for 8bc5548
1 file changed
.github/workflows/prod-ci.yml
@@ -40,5 +40,5 @@ jobs:
40
- name: Grant execute permission for gradlew
41
run: chmod +x gradlew
42
43
- - name: Build with Gradle # 실제 application build
44
- run: ./gradlew build
+ - name: Build with Gradle
+ run: ./gradlew build -x test
0 commit comments