Skip to content

CruGlobal/ab-install-action

Repository files navigation

units-test CodeQL Check dist/

AppBuilder Install Action

Action for GitHub workflows, will perform a AppBuilder production install.

Use

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

Testing an ab_service_*

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8