From b19c78bc0a0b32da6d4a290a963ee1ab02f4bd98 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 15 Apr 2025 18:08:31 -0400 Subject: [PATCH] Remove cli tests from build (build has to happen first for those tests) --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 355078d..1f13444 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,10 +30,6 @@ jobs: working-directory: ./client run: npm test - - name: Run cli tests - working-directory: ./cli - run: npm test - - run: npm run build publish: