1
0
mirror of synced 2026-01-06 06:02:35 -05:00

don't bother caching the lib/redirects/.redirects-cache_en_ja.json in browser tests (#25697)

This commit is contained in:
Peter Bengtsson
2022-02-28 17:26:12 -05:00
committed by GitHub
parent ec09e7b3c5
commit dde4ae91f9

View File

@@ -59,11 +59,5 @@ jobs:
path: .next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
- name: Cache lib/redirects/.redirects-cache_en_ja.json
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
with:
path: lib/redirects/.redirects-cache_en_ja.json
key: ${{ runner.os }}-redirects-cache-${{ hashFiles('.github/workflows/browser-test.yml') }}
- name: Run browser-test
run: npm run browser-test