Skip to content

Commit c81368e

Browse files
authored
Update pull_request.yml
1 parent c46ca39 commit c81368e

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
@@ -57,7 +57,9 @@ jobs:
5757
${{ runner.os }}-swiftpm-
5858
# run the actual build
5959
- name: Gradle build
60-
run: ./gradlew build --info --no-daemon
60+
run: |
61+
./gradlew build -x test --no-daemon # just build
62+
./gradlew build --info --no-daemon
6163
6264
test-swift:
6365
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})

0 commit comments

Comments
 (0)