From 953fc53d3a756ec53c7f01a7e61cfc781948b38d Mon Sep 17 00:00:00 2001 From: Tobias Berger <14962962+Toby222@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:03:46 +0000 Subject: [PATCH] Fix test not initializing submodules --- .github/workflows/yarn-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/yarn-test.yaml b/.github/workflows/yarn-test.yaml index d845774..0939894 100644 --- a/.github/workflows/yarn-test.yaml +++ b/.github/workflows/yarn-test.yaml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive - name: Install package run: yarn install - name: Run `test` script