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 0d5dcb7 commit e4fb6c6Copy full SHA for e4fb6c6
.github/workflows/pull_request.yml
@@ -13,6 +13,8 @@ jobs:
13
# FIXME: Something is off with the format task and it gets "stuck", need to investigate
14
format_check_enabled: false
15
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 && ls .github && chmod +x ./.github/actions/prepare_env && ./.github/actions/prepare_env
18
19
test-java:
20
name: Test (Java) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})
0 commit comments