diff --git a/.github/workflows/compile.yml b/.github/workflows/build-lint-test.yml similarity index 82% rename from .github/workflows/compile.yml rename to .github/workflows/build-lint-test.yml index 5aeaf21..f8d4107 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/build-lint-test.yml @@ -12,8 +12,6 @@ jobs: strategy: matrix: node-version: [12.x, 14.x, 16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -23,3 +21,4 @@ jobs: - run: npm ci - run: npm run compile - run: npm run lint + - run: npm run test