Skip to content

Commit

Permalink
workflows: change variant name and source location
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Apr 26, 2024
1 parent e4935d8 commit 6516584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_binaries"
flags: "COIN=bitcoin_testnet"
flags: "COIN=bitcoin_testnet_legacy"

ragger_tests:
name: Run ragger tests using the reusable workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
name: Check linting using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
with:
source: './src'
source: './lib-app-bitcoin/'
extensions: 'h,c'
version: 11

0 comments on commit 6516584

Please sign in to comment.