GitHub action that installs everything needed to run OpenTAP.
Here is a small example of how to use the action.
- uses: opentap/setup-opentap@v1.0
with:
version: 9.17.0
packages: 'Demonstration,PackagePublish:rc,TUI:any'
There are a few arguments to help you select the right version of OpenTAP to install.
version
Defaults to the latest releasearchitecture
- Defaults to the architecture of the runneros
- Defaults to the OS of the runnerpackages
- a list of additional packages to install. Format:<name1>:<version1>,<name2>:<version2>
. This option requiresversion
to be 9.17 or greater.