Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 14, 2023
1 parent 6096ed3 commit 4e5ce7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
git clone https://github.com/callebtc/cashu-regtest-enviroment.git regtest
cd regtest
sh ./start.sh
bash ./start.sh
- uses: ./.github/actions/prepare
with:
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Create fake admin
if: ${{ inputs.backend-wallet-class == 'LNbitsWallet' }}
run: docker exec lnbits-legend-lnbits-1 poetry run python tools/create_fake_admin.py
run: docker exec cashu-lnbits-1 poetry run python tools/create_fake_admin.py

- name: Run Tests
env:
Expand Down

0 comments on commit 4e5ce7e

Please sign in to comment.