File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 env :
1919 LND_DATA_DIR : ${{ env.LND_DATA_DIR }}
2020
21- - name : Set permissions for LND data directory
22- run : sudo chmod -R 755 $LND_DATA_DIR
23- env :
24- LND_DATA_DIR : ${{ env.LND_DATA_DIR }}
21+ # - name: Set permissions for LND data directory
22+ # run: sudo chmod -R 755 $LND_DATA_DIR
23+ # env:
24+ # LND_DATA_DIR: ${{ env.LND_DATA_DIR }}
2525
2626 - name : Run LND integration tests
2727 run : LND_CERT_PATH=$LND_DATA_DIR/tls.cert LND_MACAROON_PATH=$LND_DATA_DIR/data/chain/bitcoin/regtest/admin.macaroon
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ services:
5757 container_name : ldk-node-lnd
5858 depends_on :
5959 - bitcoin
60+ user : " 1000:1000"
6061 volumes :
6162 - ${LND_DATA_DIR}:/root/.lnd
6263 ports :
You can’t perform that action at this time.
0 commit comments