Skip to content

Commit

Permalink
ci: build without running tests to avoid OutOfMemoryError failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 21, 2024
1 parent 44138d5 commit e6ba04a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
validate-wrappers: true
cache-disabled: false

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

- name: 🚀 Deploy
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit e6ba04a

Please sign in to comment.