From ecb52e0197d9cd525522bd6a3d53b8d45cc79c04 Mon Sep 17 00:00:00 2001 From: Grace Date: Tue, 28 Jan 2025 09:46:11 +0000 Subject: [PATCH] Fix CI: Run tests in workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f331876..a7984fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: npm - run: npm ci - - run: npm run test:coverage + - run: npm run test - run: npm run build - run: npm publish if: github.event_name == 'release' && github.event.action == 'created'