Skip to content

Commit 22b2d7c

Browse files
committed
chore: Update tests
1 parent 1a5afae commit 22b2d7c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
# Check out the current repository
8080
- name: Fetch Sources
8181
uses: actions/checkout@v4
82+
with:
83+
submodules: 'true'
84+
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
8285

8386
# Set up the Java environment for the next steps
8487
- name: Setup Java

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.release.tag_name }}
25+
submodules: 'true'
26+
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
2527

2628
# Set up the Java environment for the next steps
2729
- name: Setup Java

0 commit comments

Comments
 (0)