E2E tests for the @actions/artifact package (#421)

* End-to-end artifact tests

* E2E tests for artifact package
This commit is contained in:
Konrad Pabjan
2020-04-23 20:52:53 +02:00
committed by GitHub
parent bb1053a8a7
commit 1688b117e1
6 changed files with 128 additions and 0 deletions

View File

@@ -41,5 +41,8 @@
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
"tmp-promise": "^2.0.2"
},
"devDependencies": {
"typescript": "^3.8.3"
}
}