Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 418 Bytes

GitHub Action for waiting for it

Runs the infamous wait-for-it.sh script (https://github.com/vishnubob/wait-for-it)

Usage

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Wait for PostgreSQL db
      uses: MaximeGoyette/wait-for-it-action@master
      with:
        host: 172.17.0.1
        port: 5432

License

This project is distributed under the MIT license.