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 3843238Copy full SHA for 3843238
.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,9 +60,7 @@ jobs:
60
- name: Gradle build
61
run: ./gradlew update --info --no-daemon
62
- name: Debug HOME Paths
63
- run: ls -la ~/.gradle
64
- - name: Debug .build Paths
65
- run: ls -la .build
+ run: ls -la ~/
66
- name: Debug . Paths
67
run: ls -la .
68
- name: Debug /root Paths
0 commit comments