diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa3a7b0..350fd80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm run build --if-present - - run: npm run test.unit - - run: npm run test.coverage + - run: npm run test