We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0247bde commit e0edfc2Copy full SHA for e0edfc2
.github/workflows/pull_request.yml
@@ -43,8 +43,8 @@ jobs:
43
continue-on-error: true
44
with:
45
path: |
46
- ~/.gradle/caches
47
- ~/.gradle/wrapper
+ /root/.gradle/caches
+ /root/.gradle/wrapper
48
key: ${{ runner.os }}-gradle-${{ hashFiles('*/*.gradle*', 'settings.gradle') }}
49
restore-keys: |
50
${{ runner.os }}-gradle-
@@ -60,7 +60,7 @@ jobs:
60
- name: Gradle build
61
run: ./gradlew update --info --no-daemon
62
- name: Debug HOME Paths
63
- run: ls -la ~/.gradle
+ run: ls -la ~/
64
- name: Debug .build Paths
65
run: ls -la .build
66
- name: Debug . Paths
0 commit comments