Cache examples in Github workflow

pull/315/head
Pieter Goetschalckx 2022-06-19 21:41:43 +07:00
parent dcc477e3c2
commit cc26b1ef11
No known key found for this signature in database
GPG Key ID: F881A2B87F127316
1 changed files with 6 additions and 0 deletions

@ -27,6 +27,12 @@ jobs:
- name: Install dependencies
run: npm install
- name: Cache examples
uses: actions/cache@v3
with:
path: examples
key: ${{ hashFiles('script/parse-examples') }}
- name: Test corpus & parse examples
run: npm test