refactor: main and installer (#133)

* refactor: installer
* test: Fix workDir cleanup
This commit is contained in:
Shohei Ueda
2020-01-18 12:07:13 +09:00
committed by GitHub
parent 442aa4dbd4
commit 283bc47636
3 changed files with 69 additions and 47 deletions

View File

@@ -7,3 +7,8 @@ export enum Tool {
TestVersionLatest = '0.62.2',
TestVersionSpec = '0.61.0'
}
export enum Action {
WorkDirName = 'actions_hugo',
TempDirName = '_temp'
}