diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd87060..a22858b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,3 +15,4 @@ jobs: cache: npm - run: npm ci - run: npm run lint + - run: npm run test