diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cae26305..6d0d9eb06b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,9 @@ jobs: run: | npm run lint - name: Build - if: always() run: | npm run build - name: Run tests - if: always() run: | npm run coveralls - name: Coveralls