Skip to content

Commit d9d5537

Browse files
committed
WIP
1 parent fea0d24 commit d9d5537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e-tests-hybrid.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
# Wait for LND container to be running
4646
timeout 60 bash -c 'until docker ps | grep lnd | grep -q "Up"; do echo "Waiting for LND container..."; sleep 2; done'
4747
48+
# Fix permissions for LND data directory
49+
echo "Fixing LND data directory permissions..."
50+
sudo chown -R runner:runner lnd/
51+
chmod -R 755 lnd/
52+
4853
# Check if LND directory exists and wait for admin.macaroon
4954
echo "Checking LND data directory..."
5055
ls -la lnd/ || echo "LND directory not found"

0 commit comments

Comments
 (0)