From fe4fe0381412badc39310405544a7830790f48bf Mon Sep 17 00:00:00 2001 From: Glowstudent <55334764+Glowstudent777@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:14:57 -0600 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32eb305..930e0dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,8 @@ jobs: steps: - name : Checkout repo uses: actions/checkout@v2 + with: + submodules: true - name: Set up Node uses: actions/setup-node@v3 @@ -20,4 +22,4 @@ jobs: - name: Install dependencies run: npm install - - run: npm run test \ No newline at end of file + - run: npm run test