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 66e08c4 commit 0247bdeCopy full SHA for 0247bde
.github/workflows/pull_request.yml
@@ -59,10 +59,14 @@ jobs:
59
${{ runner.os }}-swiftpm-
60
- name: Gradle build
61
run: ./gradlew update --info --no-daemon
62
- - name: Debug Paths
63
- run: |
64
- ls -la ~/.gradle
65
- ls -la .build
+ - name: Debug HOME Paths
+ run: ls -la ~/.gradle
+ - name: Debug .build Paths
+ run: ls -la .build
66
+ - name: Debug . Paths
67
+ run: ls -la .
68
+ - name: Debug /root Paths
69
+ run: ls -la /root
70
71
test-swift:
72
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
0 commit comments