diff --git a/.github/workflows/CI-pipeline.yml b/.github/workflows/CI-pipeline.yml index a4a19bd..9cb6ec1 100644 --- a/.github/workflows/CI-pipeline.yml +++ b/.github/workflows/CI-pipeline.yml @@ -37,5 +37,5 @@ jobs: run: npm install - name: Run lint run: npm run lint - - name: Check coverage + - name: Run tests and check coverage run: npm run test:coverage diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c0803c..da6cb95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,9 +31,7 @@ jobs: run: npm install - name: Run lint run: npm run lint - - name: Run tests - run: npm test - - name: Check coverage + - name: Run tests and check coverage run: npm run test:coverage publish-to-npm-and-gpr: