How can I wait for the container to be healthy in GitHub action?

后端 未结 0 520
我在风中等你
我在风中等你 2021-01-29 14:21

I am using GitHub action to do some automation test and my application was developed in docker.

name: Docker Image CI

on:
  push:
    branches: [ master]
  pull_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题