Action for GitHub workflows, will perform a AppBuilder production install.
uses: CruGlobal/ab-install-action@v1
with:
stack: ab| input | default value | Description |
|---|---|---|
| stack | ab | Stack to install with |
| folder | AppBuilder | path to install to |
| port | 80 | port for the web service |
| runtime | null | runtime for ab_runtime test |
When used from an ab service repository, this action expects the service to be checked out into a path matching the repo name. The action will rebuild the service and launch the test stack using the code in that path.
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
path: ab_service_name
- uses: CruGlobal/ab-install-action@V1