Skip to content

Commit 66e08c4

Browse files
committed
debugging paths
1 parent 9528800 commit 66e08c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ 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
6266
6367
test-swift:
6468
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})

0 commit comments

Comments
 (0)