Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Update Speculos image (LedgerHQ/app-boilerplate@681bc65)
Browse files Browse the repository at this point in the history
Update CI docker image (LedgerHQ/app-boilerplate@3a7b664)
  • Loading branch information
ixje committed Aug 10, 2021
1 parent de48dc9 commit 53174ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: docker://ledgerhq/ledger-app-builder:1.6.1-2
image: ghcr.io/ledgerhq/ledger-app-builder:latest

steps:
- name: Clone
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: docker://ledgerhq/ledger-app-builder:1.6.1-2
image: ghcr.io/ledgerhq/ledger-app-builder:latest

steps:
- name: Clone
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: docker://ledgerhq/speculos:latest
image: ghcr.io/ledgerhq/speculos:latest
ports:
- 1234:1234
- 9999:9999
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Run test
run: |
apt update && apt install -qy gcc # /!\ workaround for pysha3
nohup bash -c "python /speculos/speculos.py bin/app.elf --sdk 1.6 --apdu-port 9999 --button-port 42000 --automation-port 43000 --display headless" > speculos.log 2<&1 &
nohup bash -c "python /speculos/speculos.py bin/app.elf --sdk 2.0 --apdu-port 9999 --button-port 42000 --automation-port 43000 --display headless" > speculos.log 2<&1 &
cd tests && pip install -r requirements.txt && pytest --headless
- name: Upload Speculos log
Expand Down

0 comments on commit 53174ae

Please sign in to comment.