diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd87060..f2ac43e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: workflow_call: jobs: - lint: + lint-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -15,3 +15,4 @@ jobs: cache: npm - run: npm ci - run: npm run lint + - run: npm run test