Skip to content

Commit e6ba04a

Browse files
committed
ci: build without running tests to avoid OutOfMemoryError failure
1 parent 44138d5 commit e6ba04a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
validate-wrappers: true
2929
cache-disabled: false
3030

31-
- name: 📥 Build & Test 🧪 with Gradle
32-
run: ./gradlew build --stacktrace
31+
# Without Test 🧪
32+
- name: 📥 Build
33+
run: ./gradlew build --stacktrace -x test
3334

3435
- name: 🚀 Deploy
3536
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)