Skip to content

Merge remote-tracking branch 'stencil/develop' into develop #9

Merge remote-tracking branch 'stencil/develop' into develop

Merge remote-tracking branch 'stencil/develop' into develop #9

name: Build and run functional tests
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
- develop-sync
pull_request:
jobs:
build_application:
name: Build application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_binaries"
builder: ledger-app-builder
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"