Skip to content

Commit

Permalink
ci: new docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
emjshrx committed Sep 12, 2024
1 parent d6b5408 commit 55740c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Start test containers
run: docker-compose -f "./dev/docker-compose.yaml" up -d
run: docker compose -f "./dev/docker-compose.yaml" up -d
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
BITCOIN_RPC_HOST: localhost:18443
- name: Fetch esplora logs
if: always()
run: docker-compose -f "./dev/docker-compose.yaml" logs esplora
run: docker compose -f "./dev/docker-compose.yaml" logs esplora
- name: Stop test containers
if: always()
run: docker-compose -f "./dev/docker-compose.yaml" down
run: docker compose -f "./dev/docker-compose.yaml" down

0 comments on commit 55740c4

Please sign in to comment.