From f0670dde20143c22db73734fb1899958510a4949 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Oct 2021 20:33:47 +0800 Subject: [PATCH] Update auto-test.yml --- .github/workflows/auto-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index e8de64efd..f74ee087e 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -21,14 +21,13 @@ jobs: steps: - uses: actions/checkout@v2 - - env: - HEADLESS_TEST: 1 - - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} cache: 'npm' + env: + HEADLESS_TEST: 1 - run: npm ci - run: npm run build