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 5a706d1Copy full SHA for 5a706d1
.github/workflows/pull_request.yml
@@ -58,6 +58,8 @@ 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 .
63
64
test-swift:
65
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
@@ -84,7 +86,7 @@ jobs:
84
86
uses: actions/cache@v4
85
87
continue-on-error: true
88
with:
- path: ~/.gradle/cache
89
+ path: ~/.swiftpm/cache
90
key: ${{ runner.os }}-swiftpm-cache-${{ hashFiles('Package.swift') }}
91
restore-keys: |
92
${{ runner.os }}-swiftpm-cache
0 commit comments