mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
try adding caching to "readme" test
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user