Skip to content

Commit 9be394d

Browse files
committed
docc validation needs JAVA_HOME to be set up
1 parent 0d5dcb7 commit 9be394d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
# FIXME: Something is off with the format task and it gets "stuck", need to investigate
1414
format_check_enabled: false
1515
license_header_check_project_name: Swift.org
16+
# Because docc validation needs to build the project, and therefore needs JAVA_HOME to be set-up correctly
17+
linux_pre_build_command: pwd && ls -lah && ls .github && bash -c .github/actions/prepare_env
1618

1719
test-java:
1820
name: Test (Java) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})

0 commit comments

Comments
 (0)