Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jan 31, 2024
1 parent 9f0be38 commit c61bf65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,17 @@ jobs:
ledger-app-builder:
name: Ledger App builder
runs-on: ubuntu-latest
container: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
container: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
steps:
- run: |
git clone https://github.com/LedgerHQ/app-bitcoin-new.git
cd app-bitcoin-new
git clone https://github.com/LedgerHQ/app-groestlcoin.git
cd app-groestlcoin
make DEBUG=1
- uses: actions/upload-artifact@v3
with:
name: ledger_app
path: app-bitcoin-new/bin/app.elf
path: app-groestlcoin/bin/app.elf

groestlcoind-builder:
name: groestlcoind builder
Expand Down
2 changes: 1 addition & 1 deletion test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
parser.add_argument('--jade-path', dest='jade_path', help='Path to Jade qemu emulator', default='work/jade/simulator')

parser.add_argument('--all', help='Run tests on all existing simulators', default=False, action='store_true')
parser.add_argument('--groestlcoind', help='Path to groestlcoind', default='work/bitcoin/src/groestlcoind')
parser.add_argument('--groestlcoind', help='Path to groestlcoind', default='work/groestlcoin/src/groestlcoind')
parser.add_argument('--interface', help='Which interface to send commands over', choices=['library', 'cli', 'bindist', 'stdin'], default='library')

parser.add_argument("--device-only", help="Only run device tests", action="store_true")
Expand Down

0 comments on commit c61bf65

Please sign in to comment.