diff --git a/.github/workflows/linting-code.yml b/.github/workflows/linting-testing-code.yml similarity index 87% rename from .github/workflows/linting-code.yml rename to .github/workflows/linting-testing-code.yml index f900057..a2191fd 100644 --- a/.github/workflows/linting-code.yml +++ b/.github/workflows/linting-testing-code.yml @@ -1,6 +1,6 @@ # This workflow will do a clean install of node dependencies and check the code style -name: Linting code CI +name: Linting and testing code CI on: push: @@ -19,3 +19,4 @@ jobs: node-version: 12.x - run: npm ci - run: npm run style + - run: npm run test