Skip to content

Commit

Permalink
[CI] Use bitcoin compiled from achow101's musig2 branch for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 4, 2024
1 parent bcb6eb7 commit 1c9ce25
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

# TODO: once musig2 support is merge in bitcoin, replace the speculos-bitcoin-musig2 image below
# with speculos-bitcoin.

on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -136,7 +139,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-musig2:latest
ports:
- 1234:1234
- 9999:9999
Expand Down Expand Up @@ -168,7 +171,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-musig2:latest
ports:
- 1234:1234
- 9999:9999
Expand All @@ -195,7 +198,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-musig2:latest
ports:
- 1234:1234
- 9999:9999
Expand Down Expand Up @@ -232,7 +235,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-musig2:latest
ports:
- 1234:1234
- 9999:9999
Expand Down

0 comments on commit 1c9ce25

Please sign in to comment.