From b7ae49c6441c489a159bd305cbc7a25534323f07 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Tue, 5 Oct 2021 20:42:15 +0800 Subject: [PATCH] update github action --- .github/workflows/auto-test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index f74ee087e..ddb426787 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -26,9 +26,8 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - env: - HEADLESS_TEST: 1 - - run: npm ci - run: npm run build - run: npm test + env: + HEADLESS_TEST: 1