From 5d308a1d8981f92cc7ece6ced5ef801018b9a58c Mon Sep 17 00:00:00 2001 From: zeroknots Date: Fri, 16 Feb 2024 12:45:44 +0700 Subject: [PATCH] order --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8fbe69c..514c3ee7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,9 @@ jobs: build: uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main" + test-pnpm-workspaces: + uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main" + test-unit: needs: ["build"] uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main" @@ -17,6 +20,3 @@ jobs: foundry-profile: "test" match-path: "test/**/*.sol" name: "Unit tests" - - test-pnpm-workspaces: - uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"