diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b5116a79..cf178a589 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: run: npm install --location=global bslint - name: Lint - run: npm run lint + run: npm run lint-ci test-coverage: name: Test Coverage