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 f979ec3 commit 6bc5e8fCopy full SHA for 6bc5e8f
.github/workflows/code-coverage.yml
@@ -14,6 +14,8 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
+ with:
18
+ submodules: recursive
19
20
- name: Set up JDK (${{ env.java }} ${{ env.distribution }})
21
uses: actions/setup-java@v2
.github/workflows/codeql.yml
@@ -39,6 +39,8 @@ jobs:
39
40
- name: Checkout repository
41
uses: actions/checkout@v2
42
43
44
45
- name: Set up JDK (${{ matrix.java }} ${{ matrix.distribution }})
46
0 commit comments