Skip to content

Commit 5b83678

Browse files
committed
Checkout with submodules to make jsword work
1 parent 36891ac commit 5b83678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
run-unit-tests:
2525
runs-on: ubuntu-20.04
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 10 # so that recent tags can be found
30+
submodules: true
3031
- name: Set up JDK
3132
uses: actions/setup-java@v3
3233
with:
@@ -81,9 +82,10 @@ jobs:
8182
run-instrument-tests:
8283
runs-on: ubuntu-latest
8384
steps:
84-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8586
with:
8687
fetch-depth: 10 # so that recent tags can be found
88+
submodules: true
8789
- name: Set up JDK
8890
uses: actions/setup-java@v3
8991
with:

0 commit comments

Comments
 (0)