Skip to content

Commit

Permalink
try running fewer tests up-front to give quicker test feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Apr 16, 2022
1 parent 6fd38b9 commit 1284f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1284f53

Please sign in to comment.