We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58db6 commit a3639f6Copy full SHA for a3639f6
1 file changed
.github/workflows/test.yml
@@ -18,6 +18,10 @@ jobs:
18
BABEL_CLDR_QUIET: "1"
19
steps:
20
- uses: actions/checkout@v2
21
+ - uses: actions/cache@v2
22
+ with:
23
+ path: cldr
24
+ key: cldr-${{ hashFiles('scripts/*cldr*') }}
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v2
27
with:
0 commit comments