Merge pull request #795 from dni/patch-2

use main branch of regtest repo in gh workflow
This commit is contained in:
Arc
2022-07-28 10:38:23 +01:00
committed by GitHub

View File

@@ -18,7 +18,6 @@ jobs:
run: |
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
git checkout removelnbits
chmod +x ./tests
./tests
sudo chmod -R a+rwx .
@@ -59,7 +58,6 @@ jobs:
run: |
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
git checkout removelnbits
chmod +x ./tests
./tests
sudo chmod -R a+rwx .