Skip to content

Commit 0247bde

Browse files
committed
path debugging
1 parent 66e08c4 commit 0247bde

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ jobs:
5959
${{ runner.os }}-swiftpm-
6060
- name: Gradle build
6161
run: ./gradlew update --info --no-daemon
62-
- name: Debug Paths
63-
run: |
64-
ls -la ~/.gradle
65-
ls -la .build
62+
- name: Debug HOME Paths
63+
run: ls -la ~/.gradle
64+
- name: Debug .build Paths
65+
run: ls -la .build
66+
- name: Debug . Paths
67+
run: ls -la .
68+
- name: Debug /root Paths
69+
run: ls -la /root
6670

6771
test-swift:
6872
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})

0 commit comments

Comments
 (0)