Skip to content

Commit

Permalink
[TO BE DELETED]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Oct 20, 2023
1 parent 9aa61e3 commit c3ec6aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:

build:
name: Build application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@lp/manifest
with:
flags: "TESTING=1 POPULATE=1"
upload_app_binaries_artifact: apps

test:
name: Test the application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@lp/manifest
needs: build
with:
test_dir: tests/functional/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guidelines_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:
jobs:
guidelines_enforcer:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@lp/manifest
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[app]
build_directory="."
devices = ["nanos", "nanos+", "nanox", "stax"]
devices = ["nanos", "nanos+"]
sdk = "c"

[tests]
Expand Down

0 comments on commit c3ec6aa

Please sign in to comment.