Skip to content

Commit

Permalink
Merge pull request #32 from LedgerHQ/y333/milestone1_redux
Browse files Browse the repository at this point in the history
Y333/milestone1 redux (issue #26)
  • Loading branch information
yogh333 authored Sep 26, 2024
2 parents 1788c02 + eeba855 commit 0e4dce5
Show file tree
Hide file tree
Showing 533 changed files with 3,162 additions and 1,543 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,29 @@ jobs:
upload_app_binaries_artifact: "compiled_app_binaries"
builder: ledger-app-builder

build_check_signature:
name: Build binary used to check signture during the test
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Build
run: |
cargo build -p check-signature
- name: Upload app binary
uses: actions/upload-artifact@v4
with:
name: check-signature
path: target/debug/check-signature
if-no-files-found: error

ragger_tests:
name: Run ragger tests using the reusable workflow
needs: build_application
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: "compiled_app_binaries"
additional_app_binaries_artifact: "check-signature"
additional_app_binaries_artifact_dir: "target/debug"
Loading

0 comments on commit 0e4dce5

Please sign in to comment.