diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c063b..885ec5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Run Tests env: TEST_PROJECT_ID: ${{ vars.TEST_PROJECT_ID }} - run: npm run test:ci + run: npm run test automerge: needs: build runs-on: ubuntu-latest diff --git a/package.json b/package.json index 0aa9fd0..3604cd6 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "lint": "eslint lib/**/*.js test/**/*.js", "lint:fix": "npm run lint -- --fix", "lint:staged": "lint-staged", - "test": "node --test test/*.test.js test/**/*.test.js", - "test:ci": "node --test test/*.test.js test/**/*.test.js" + "test": "node --test" }, "repository": { "type": "git",