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 92daa79 commit 11ab200Copy full SHA for 11ab200
.github/workflows/pull_request.yml
@@ -60,7 +60,7 @@ jobs:
60
${{ runner.os }}-swiftpm-
61
# run the actual build
62
- name: Gradle build
63
- run: ./gradlew update --info --no-daemon
+ run: ./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