Skip to content

Commit 2ce2f2c

Browse files
committed
exculded tests for build
1 parent 95d70fa commit 2ce2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: chmod +x gradlew
5959

6060
- name: Build artifacts
61-
run: ./gradlew clean build # This will create your JARs in build/libs/
61+
run: ./gradlew clean build -x test # This will create your JARs in build/libs/
6262

6363
# --- This is the core step for creating the GitHub Release ---
6464
- name: Create GitHub Release

0 commit comments

Comments
 (0)