Skip to content

Commit 3d012ae

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
types: [opened, reopened, synchronize]
66

77
jobs:
8+
env-setup:
9+
uses: ./.github/actions/prepare_env/action.yml
10+
811
soundness:
12+
needs: env-setup
913
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1014
with:
1115
# Not API stable package (yet)

0 commit comments

Comments
 (0)