From 2f7182040e548806e528f8a25bf8fb6d5947138b Mon Sep 17 00:00:00 2001 From: zeroknots Date: Fri, 16 Feb 2024 12:50:08 +0700 Subject: [PATCH] depend submodule on unittest --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c69ed130..cebc0323 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,5 +19,5 @@ jobs: name: "Unit tests" test-pnpm-workspaces: - needs: ["build"] + needs: ["build", "test-unit"] uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"