Skip to content

Commit 37673b7

Browse files
authored
Update main.yml
1 parent 003f164 commit 37673b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
name: "Unit Tests"
1717
runs-on: ubuntu-latest
1818
steps:
19+
# Checks out repository under $GITHUB_WORKSPACE
20+
- name: Checkout Latest Repo
21+
uses: actions/checkout@v4
22+
with:
23+
submodules: recursive
24+
1925
# Install Ceedling
2026
- name: Install Ceedling
2127
run: |

0 commit comments

Comments
 (0)