Skip to content

Commit

Permalink
Checkout with submodules to make jsword work
Browse files Browse the repository at this point in the history
  • Loading branch information
JJK96 committed Oct 14, 2024
1 parent 36891ac commit 5b83678
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
run-unit-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 10 # so that recent tags can be found
submodules: true
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -81,9 +82,10 @@ jobs:
run-instrument-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 10 # so that recent tags can be found
submodules: true
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 5b83678

Please sign in to comment.