From ee09725cf1152c3d1f66369c1294497f345d8b85 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 05:11:36 -0500 Subject: [PATCH] checkout submodules --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6db5515b..90b07698 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + recursive: true + fetch-depth: 1 - name: Set up Python uses: actions/setup-python@v1 @@ -39,6 +42,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + recursive: true fetch-depth: 1 ### Setup Python & JS Languages @@ -112,6 +116,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + recursive: true fetch-depth: 1 # TODO: as of 2020-11 this helper layer broke, upgrade and re-enable this once it's usable again