From 46a879ae70d8e28fc6774266fdd966df0a0fa7e6 Mon Sep 17 00:00:00 2001 From: Griko Nibras Date: Tue, 31 Oct 2023 02:39:00 +0700 Subject: [PATCH] fix: enable submodules on gh test workflow --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55b18756..cfebe5f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: true - name: Use Node 18.x uses: actions/setup-node@v3