try adding caching to "readme" test

This commit is contained in:
Aaron Trudeau
2022-02-06 17:48:59 -05:00
parent 9c6589deda
commit 0dfba9dfb5

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