Skip to content

Commit

Permalink
test3?
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Jan 19, 2025
1 parent 0460493 commit ce7cee9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
- uses: ./.github/actions/setup-environment
with:
cache-read-only: ${{ github.ref_name != 'main' }}
- run: ./gradlew :sweetspi-tests:test
- run: ./gradlew build publishToMavenLocal --continue
4 changes: 2 additions & 2 deletions sweetspi-tests/src/test/templates/jvm/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx2g
#org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx1g
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx2g
#org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx1g
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx2g
#org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx1g

0 comments on commit ce7cee9

Please sign in to comment.