From d239f3519210edd0e5130bfa65a0ab79d61da075 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 20 Nov 2019 19:28:14 -0500 Subject: [PATCH] Update build-unit-tests.yaml (cherry picked from commit 88e28a3d5a6fea3dd07116378ee24f9bd5924c07) --- .github/workflows/build-unit-tests.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index 6801c797b3..bac86c8c15 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -9,7 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 + with: + fetch-depth: 1 + submodules: recursive - - name: make - working-directory: unit_tests/ + - name: Build tests + working-directory: ./unit_tests/ run: make