try adding caching to "readme" test

pull/164/head
Aaron Trudeau 2022-02-06 17:48:59 -05:00
parent 9c6589deda
commit 0dfba9dfb5
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 7 additions and 2 deletions

View File

@ -288,9 +288,14 @@ jobs:
lfs: true
###########################
# Cache(not yet) #
# Cache #
###########################
- uses: actions/cache@v2
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: ./
id: tests