diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6989be..56a1a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,6 @@ jobs: - name: Install dependencies run: npm install - - name: npm ci, build and test + - name: npm test run: | - npm ci - npm run build --if-present npm test