Use --no-daemon and --no-configuration-cache for gradlew tasks
This commit is contained in:
parent
2f29f5d34a
commit
d36b166416
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run checks with Gradle Wrapper
|
||||
run: ./gradlew check
|
||||
run: ./gradlew --no-daemon --no-configuration-cache check
|
||||
# automerge:
|
||||
# name: Enable automerge
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue