Commit graph

12 commits

Author SHA1 Message Date
Ethan Dennis
af3e500672
Update import order for to fix linter errors 2020-03-18 17:51:30 -07:00
Ethan Dennis
65636697d3
Use fs promises in actionUtils tests 2020-03-18 17:49:09 -07:00
Ethan Dennis
f68f5d03cc
Merge master into ethanis/cache-multiple-paths 2020-03-18 17:35:59 -07:00
Henry Mercer
cae64ca3cd
Attempt to delete the archive after extraction (#209)
This reduces storage space used once the Action has finished executing.
2020-03-18 09:43:56 -04:00
Ethan Dennis
ac5351dd08 Clean up code 2020-03-11 17:05:50 -07:00
Ethan Dennis
26a2f24124 Ensure there's a locateable test folder at homedir 2020-03-11 17:02:30 -07:00
Ethan Dennis
057d9de723
unit test coverage for caching multiple dirs 2020-03-11 14:05:46 -07:00
Ethan Dennis
e0d1942524
Cache multiple entries using --files-from tar input
remove known failing test

Quote tar paths

Add salt to test cache

Try reading input files from manifest

bump salt

Run test on macos

more testing

Run caching tests on 3 platforms

Run tests on self-hosted

Apparently cant reference hosted runners by name

Bump salt

wait for some time after save

more timing out

smarter waiting

Cache in tmp dir that won't be deleted

Use child_process instead of actions/exec

Revert tempDir hack

bump salt

more logging

More console logging

Use filepath to with cacheHttpClient

Test cache restoration

Revert temp dir hack

debug logging

clean up cache.yml testing

Bump salt

change debug output

build actions
2020-03-06 11:49:37 -08:00
Ethan Dennis
db235cfc56
Use @actions/glob for pattern matching 2020-03-05 12:12:12 -08:00
Ethan Dennis
1e233443e8
Add initial minimatch support 2020-03-05 09:15:35 -08:00
Josh Gross
95c1798369
Remove validation failures and warning annotations (#108)
* Update warnings behavior

* Add void return type
2019-11-21 14:37:54 -05:00
Josh Gross
c0584c42d1
Add unit tests for actionUtils (#93)
* Add unit tests for actionUtils

* Fix file size on ubuntu and test name

* Remove unused import
2019-11-13 16:13:00 -05:00