cache/__tests__
Martijn Hols b917253c33 Add read-only feature
When `read-only` is `true`, the cache is only restored and not saved. This allows for sharing the cache with multiple steps even if these steps may change them, and speeds them up regardless.
2020-11-29 11:21:21 +01:00
..
__fixtures__ Add unit tests for actionUtils (#93) 2019-11-13 16:13:00 -05:00
actionUtils.test.ts Use parseInt instead of Number to handle empty strings 2020-10-02 10:55:30 -05:00
create-cache-files.sh Add path argument to create-cache-files.sh 2020-04-07 23:29:07 -04:00
restore.test.ts Add read-only feature 2020-11-29 11:21:21 +01:00
save.test.ts Add read-only feature 2020-11-29 11:21:21 +01:00
verify-cache-files.sh Add path argument to verify-cache-files.sh 2020-04-07 23:30:01 -04:00