Skip to content

Docs: Updating the doc related to contribution #4

Docs: Updating the doc related to contribution

Docs: Updating the doc related to contribution #4

Workflow file for this run

name: docker-compose-actions-workflow
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose up -d
- name: Test
run: docker run --network container:nginx appropriate/curl -s --retry 10 --retry-connrefused http://localhost:80/HealthCheck