diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index daff35c..474cbbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,5 +14,5 @@ jobs: node-version: 16 cache: 'npm' - run: npm ci - - run: npm lint - - run: npm test + - run: npm run lint + - run: npm run test