Skip to content

Commit aa988b1

Browse files
committed
debugging CI, unsure why crash happens, probably paths
1 parent e538042 commit aa988b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ 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 # skip tests
62+
find .
63+
./gradlew build --info --no-daemon
6164
6265
test-swift:
6366
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})

0 commit comments

Comments
 (0)