From 023bcffdb8c925a7afafb7f93c3541aad4f3b643 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Tue, 17 Jun 2025 21:16:52 -0400 Subject: [PATCH] chore: no test coverage in ci (#19235) --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9fd2600bf..542804e655 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -101,7 +101,7 @@ jobs: if: ${{ !cancelled() }} - name: Run small tests & coverage - run: npm run test:cov + run: npm test if: ${{ !cancelled() }} cli-unit-tests: @@ -146,7 +146,7 @@ jobs: if: ${{ !cancelled() }} - name: Run unit tests & coverage - run: npm run test:cov + run: npm run test if: ${{ !cancelled() }} cli-unit-tests-win: @@ -184,7 +184,7 @@ jobs: if: ${{ !cancelled() }} - name: Run unit tests & coverage - run: npm run test:cov + run: npm run test if: ${{ !cancelled() }} web-lint: @@ -262,7 +262,7 @@ jobs: if: ${{ !cancelled() }} - name: Run unit tests & coverage - run: npm run test:cov + run: npm run test if: ${{ !cancelled() }} i18n-tests: