Skip to content

Commit 5a706d1

Browse files
committed
debugging
1 parent b950ce1 commit 5a706d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ 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 .
6163

6264
test-swift:
6365
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
@@ -84,7 +86,7 @@ jobs:
8486
uses: actions/cache@v4
8587
continue-on-error: true
8688
with:
87-
path: ~/.gradle/cache
89+
path: ~/.swiftpm/cache
8890
key: ${{ runner.os }}-swiftpm-cache-${{ hashFiles('Package.swift') }}
8991
restore-keys: |
9092
${{ runner.os }}-swiftpm-cache

0 commit comments

Comments
 (0)