Skip to content

Commit cee314e

Browse files
committed
WIP
1 parent 9ad2f45 commit cee314e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/e2e-self-hosted.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ jobs:
196196
run: |
197197
cd docker
198198
mkdir lnd && chmod 777 lnd
199-
docker compose --verbose up
199+
docker compose --verbose up -d
200200
201-
# - name: Wait for electrum server and LND
202-
# working-directory: bitkit-e2e-tests
203-
# timeout-minutes: 10
204-
# run: |
205-
# while ! nc -z '127.0.0.1' 60001; do sleep 1; done
206-
# sudo bash -c "while [ ! -f docker/lnd/data/chain/bitcoin/regtest/admin.macaroon ]; do sleep 1; done"
207-
# sudo chmod -R 777 docker/lnd
201+
- name: Wait for electrum server and LND
202+
working-directory: bitkit-e2e-tests
203+
timeout-minutes: 10
204+
run: |
205+
while ! nc -z '127.0.0.1' 60001; do sleep 1; done
206+
sudo bash -c "while [ ! -f docker/lnd/data/chain/bitcoin/regtest/admin.macaroon ]; do sleep 1; done"
207+
sudo chmod -R 777 docker/lnd
208208
209209
# - name: Setup iOS Simulator
210210
# run: |

0 commit comments

Comments
 (0)