Skip to content

Commit ef53745

Browse files
committed
Adding test submodule
1 parent 3d83d25 commit ef53745

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
25-
# release workflow should have access to all tags
26-
fetch-depth: 0
25+
submodules: recursive # Clone all submodules, including nested ones
26+
fetch-depth: 0 # Ensure the full history is fetched
2727
- uses: gradle/actions/wrapper-validation@v4
2828
- name: Set up JDK 21
2929
uses: actions/setup-java@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
25-
# release workflow should have access to all tags
26-
fetch-depth: 0
25+
submodules: recursive # Clone all submodules, including nested ones
26+
fetch-depth: 0 # Ensure the full history is fetched
2727
- name: Set up JDK 21
2828
uses: actions/setup-java@v4
2929
with:

core/src/test/resources/a.txt

Whitespace-only changes.

core/src/test/resources/vercraft-test

Submodule vercraft-test added at 9f4c9ba

0 commit comments

Comments
 (0)