hanseltimeindustries/pkgtest-setup-action
Sets up the runner environment for your calls to pkgtest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| corepack_version | The version of corepack that we ensure is set up. Default is latest. | — | latest |
| temp_folder | The 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 |
Outputs
| name | description |
|---|---|
| collect_log_file_folder | The directory where log files would be collected. Can be used with archive artifacts as it is an absolute path. |