diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e9eeaa..1c14dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npm run test