File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
jobs :
31
31
build_application :
32
32
name : Build application using the reusable workflow
33
- uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
33
+ uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@debian
34
34
with :
35
35
upload_app_binaries_artifact : " compiled_app_binaries"
36
36
builder : ledger-app-builder
37
37
38
38
ragger_tests :
39
39
name : Run ragger tests using the reusable workflow
40
40
needs : build_application
41
- uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
41
+ uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@debian
42
42
with :
43
43
download_app_binaries_artifact : " compiled_app_binaries"
44
44
regenerate_snapshots : ${{ inputs.golden_run == 'Open a PR' }}
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
check_linting :
18
18
name : Check linting using the reusable workflow
19
- uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
19
+ uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@debian
20
20
with :
21
21
source : ' ./src'
Original file line number Diff line number Diff line change 20
20
jobs :
21
21
guidelines_enforcer :
22
22
name : Call Ledger guidelines_enforcer
23
- uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
23
+ uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@debian
You can’t perform that action at this time.
0 commit comments