Skip to content

fix: Limit the fidelity timelock b/w 3-6months in maker config #311

fix: Limit the fidelity timelock b/w 3-6months in maker config

fix: Limit the fidelity timelock b/w 3-6months in maker config #311

Workflow file for this run

name: Docker CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker images
run: ./docker-setup build
- name: Test makerd
run: docker run --rm coinswap/coinswap:latest makerd --help
- name: Test taker
run: docker run --rm coinswap/coinswap:latest taker --help
- name: Wait for services to be healthy
run: |
echo "Waiting for services to start..."
sleep 30
- name: Check service status
run: ./docker-setup status
- name: Stop Coinswap stack
run: ./docker-setup stop