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
commit 9a9f3ae809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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