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 9faab3f commit 09b6a66Copy full SHA for 09b6a66
.github/workflows/pull_request.yml
@@ -57,7 +57,10 @@ jobs:
57
${{ runner.os }}-swiftpm-
58
# run the actual build
59
- name: Gradle build
60
- run: ./gradlew build --info --no-daemon
+ run: |
61
+ ./gradlew build -x test --no-daemon # skip tests
62
+ find .
63
+ ./gradlew build --info --no-daemon
64
65
test-swift:
66
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
0 commit comments