From a16a94537adfcb2029dadbe722decb9036de349a Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 15 Apr 2025 18:11:51 -0400 Subject: [PATCH] Remove build before tests. Have to figure out how to automate the cli tests. they weren't in this file anyway, so another task --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f18f1d..1f13444 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,20 +22,15 @@ jobs: node-version: 18 cache: npm - - run: npm run build - # Working around https://github.com/npm/cli/issues/4828 # - run: npm ci - - run: npm install --no-package-lock - name: Run client tests working-directory: ./client run: npm test - - name: Run cli tests - working-directory: ./cli - run: npm test + - run: npm run build publish: runs-on: ubuntu-latest