try adding caching to "readme" test
parent
9c6589deda
commit
0dfba9dfb5
|
@ -288,9 +288,14 @@ jobs:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Cache(not yet) #
|
# Cache #
|
||||||
###########################
|
###########################
|
||||||
|
- uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ${{ matrix.projectPath }}/Library
|
||||||
|
key: Library-${{ matrix.projectPath }}
|
||||||
|
restore-keys: |
|
||||||
|
Library-
|
||||||
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
id: tests
|
id: tests
|
||||||
|
|
Loading…
Reference in New Issue