Skip to content

Commit

Permalink
Test with no caching and no test-prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Jan 17, 2024
1 parent 2abf232 commit b17497b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GH_TOKEN_PUBLIC_REPOS_READONLY: ${{ secrets.GH_TOKEN_PUBLIC_REPOS_READONLY }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}
TESTCONTAINERS_RYUK_DISABLED: true
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
PREDICTIVE_TEST_SELECTION: 'false' # "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-eclipsestore
developers=Sergio del Amo

org.gradle.caching=true
org.gradle.caching=false
org.gradle.jvmargs=-Xmx2g

# No matter which Java toolchain we use, the Kotlin Daemon is always invoked by the current JDK.
Expand Down

0 comments on commit b17497b

Please sign in to comment.