diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index dbaa646..ece94cf 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci || npm install + run: npm ci - name: Run validator run: npm run validate diff --git a/package.json b/package.json index 6572160..7a201ca 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "validate": "node scripts/validate.mjs", - "test": "node --test __tests__/*.test.mjs" + "test": "node --test __tests__/validate.test.mjs" }, "dependencies": { "ajv": "^8.17.1",