From 1284f538e93df3c4fe9b623d34f658ed47ad39c9 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Fri, 15 Apr 2022 23:36:33 -0400 Subject: [PATCH] try running fewer tests up-front to give quicker test feedback --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b20aded9c..6e77314a4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -97,6 +97,7 @@ jobs: - run: | npm config set cache "$( node -p "process.cwd()" )/temp/npm-cache" - name: Cache dependencies + if: ${{ matrix.os != 'windows' }} uses: actions/cache@v2 with: path: temp/npm-cache @@ -254,6 +255,7 @@ jobs: - run: | npm config set cache "$( node -p "process.cwd()" )/temp/npm-cache" - name: Cache dependencies + if: ${{ matrix.os != 'windows' }} uses: actions/cache@v2 with: path: temp/npm-cache