diff --git a/.github/workflows/ensure-build.yml b/.github/workflows/ensure-build.yml index 2c7f32f..f59ef03 100644 --- a/.github/workflows/ensure-build.yml +++ b/.github/workflows/ensure-build.yml @@ -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