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 b950ce1 commit 1c067feCopy full SHA for 1c067fe
.github/workflows/pull_request.yml
@@ -58,6 +58,10 @@ jobs:
58
${{ runner.os }}-swiftpm-
59
- name: Gradle build
60
run: ./gradlew build --info --no-daemon
61
+ - name: List files for debugging
62
+ run: ls -R /home/runner/work/swift-java/swift-java
63
64
+ run: ls -R ~/
65
66
test-swift:
67
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
0 commit comments