Skip to content

add visualization of replication #19

add visualization of replication

add visualization of replication #19

Workflow file for this run

name: test build
on:
push:
branches:
- main
- develop
- feature/**
pull_request:
branches:
- main
- develop
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build
- name: Stop containers
if: always()
run: docker-compose -f "docker-compose.yml" down