Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tpluscode/action-lando-start

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Start Lando

This action starts Lando in your workflow.

Usage

To use a GitHub action you can just reference it on your Workflow file (for more info check this article by Github)

name: 'My Workflow'

on:
  release:
    types: [ published ]

jobs:
  test:
    steps:
      - name: Setup Lando
        uses: lando/setup-lando@v3
        with:
          lando-version: 3.21.2
      - uses: tpluscode/[email protected]

Inputs

As most GitHub actions, this action requires and uses some inputs that you define in your workflow file.

The inputs this action uses are:

Name Required Default Description
healthcheck false N/A Service URL to await before continuing execution
timeout false 10000 Time (in milliseconds) to wait for healthcheck to reply
ignore-errors false false Continue execution even if lando start fails

Examples

Wait for service to be ready

After starting the app, wait 30s for https://api.my-project.lndo.site

jobs:
  test:
    steps:
      - name: setup-docker
        uses: docker-practice/[email protected]
      - uses: tpluscode/[email protected]
        with:
          healthcheck: https://api.my-project.lndo.site
          timeout: 30000 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •