hanseltimeindustries/pkgtest-setup-action

Sets up the runner environment for your calls to pkgtest

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
corepack_versionThe version of corepack that we ensure is set up. Default is latest. latest
temp_folderThe temporary location where we will write all pkgtest test projects. This is different than RUNNER_TEMP because traversing across the different mounted volumes/drives creates problems for import. Please use relative paths to avoid relative resolution problems across mounted volumes. Use / path separators. Default is '../pkgtest-temp' ../pkgtest-temp
namedescription
collect_log_file_folderThe directory where log files would be collected. Can be used with archive artifacts as it is an absolute path.