Skip to content

Commit

Permalink
Turn Gradle daemon off for tests (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Feb 14, 2024
1 parent 0574b9d commit a12d592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
env:
JFROG_CLI_LOG_LEVEL: "DEBUG"
GRADLE_OPTS: -Dorg.gradle.daemon=false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a12d592

Please sign in to comment.