Skip to content

Commit 1c067fe

Browse files
committed
debugging
1 parent b950ce1 commit 1c067fe

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
@@ -58,6 +58,10 @@ jobs:
5858
${{ runner.os }}-swiftpm-
5959
- name: Gradle build
6060
run: ./gradlew build --info --no-daemon
61+
- name: List files for debugging
62+
run: ls -R /home/runner/work/swift-java/swift-java
63+
- name: List files for debugging
64+
run: ls -R ~/
6165

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

0 commit comments

Comments
 (0)