Skip to content

Commit 11ab200

Browse files
authored
CI: Gradle build should "build"
1 parent 92daa79 commit 11ab200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-swiftpm-
6161
# run the actual build
6262
- name: Gradle build
63-
run: ./gradlew update --info --no-daemon
63+
run: ./gradlew build --info --no-daemon
6464

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

0 commit comments

Comments
 (0)