Skip to content

Commit a3639f6

Browse files
committed
CI: add caching for CLDR files
1 parent 2b58db6 commit a3639f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
BABEL_CLDR_QUIET: "1"
1919
steps:
2020
- uses: actions/checkout@v2
21+
- uses: actions/cache@v2
22+
with:
23+
path: cldr
24+
key: cldr-${{ hashFiles('scripts/*cldr*') }}
2125
- name: Set up Python ${{ matrix.python-version }}
2226
uses: actions/setup-python@v2
2327
with:

0 commit comments

Comments
 (0)