Skip to content

Commit 94ab4e5

Browse files
authored
Update unit-test.yml
1 parent 87aa4d8 commit 94ab4e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
- uses: actions/checkout@master
26+
- uses: actions/cache@v2
27+
with:
28+
path: Library
29+
key: Library
2630
- name: Rename Tests Directory
2731
run: |
2832
mv Packages/samples/Tests{~,}

0 commit comments

Comments
 (0)