From 3fb70ac656fc826bdef35a8eedebca2a5d20ca2f Mon Sep 17 00:00:00 2001 From: asafc64 Date: Sun, 6 Feb 2022 08:02:41 +0200 Subject: [PATCH] Update and rename compile.yml to build-lint-test.yml --- .github/workflows/{compile.yml => build-lint-test.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{compile.yml => build-lint-test.yml} (82%) 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