Skip to content

Commit

Permalink
fix: prettify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 9, 2024
1 parent d3b448f commit 47d846a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-ios-macmini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
docker ps
- name: Run regtest setup
run: cd docker && mkdir lnd && chmod 777 lnd && docker compose up --quiet-pull -d
run: |
cd docker
mkdir lnd && chmod 777 lnd
docker-compose pull --quiet
docker compose up -d
- name: Wait for electrum server
timeout-minutes: 10
Expand Down

0 comments on commit 47d846a

Please sign in to comment.