From 628048c4eb28e8288a6c6d307d4e3d8074f3eca8 Mon Sep 17 00:00:00 2001 From: Naily Date: Fri, 1 Nov 2024 17:28:29 +0800 Subject: [PATCH] ci: test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e372e9..44ca512 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: # Step 5: Run tests for all packages - name: Run tests run: | - pnpm run test --filter + pnpm run test # (Optional) Step 6: Upload test results if needed - name: Upload test results