Add an asset cache to the workflow

This commit is contained in:
Jocelyn Badgley (Twipped) 2021-08-25 09:13:16 -07:00
parent b16514219b
commit 3301db8d0e

View File

@ -15,6 +15,13 @@ jobs:
with:
node-version: '14'
cache: 'npm'
- name: Restore Asset Caches
uses: actions/cache@v2
with:
key: if-cache
path: |
./if-cache
./twitter-cache.json
- run: npm ci
- run: npm test
- run: npm run build