From 37673b75954b33ebd593d180993c64d3bef45bc0 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Mon, 17 Feb 2025 09:30:07 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de53b21..1646a11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,12 @@ jobs: name: "Unit Tests" runs-on: ubuntu-latest steps: + # Checks out repository under $GITHUB_WORKSPACE + - name: Checkout Latest Repo + uses: actions/checkout@v4 + with: + submodules: recursive + # Install Ceedling - name: Install Ceedling run: |