File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 56
56
else
57
57
DEVICE="${{ matrix.device }}"
58
58
fi
59
- # echo "DEVICE=$DEVICE" >> $GITHUB_ENV
60
59
echo "Building for device: $DEVICE"
61
60
cargo ledger build $DEVICE
62
- # ELF_NAME=$(cargo metadata --manifest-path ./Cargo.toml --no-deps --format-version 1 | jq -r '.packages[] | select(.metadata.ledger != null) | .name')
63
- # echo "ELF_NAME=$ELF_NAME" >> $GITHUB_ENV
64
- # echo "Built ELF name is $ELF_NAME"
65
61
BINARY_PATH=$(cargo metadata --no-deps --format-version 1 | jq -r '.target_directory')/ && \
66
62
echo "BINARY_PATH=$BINARY_PATH" >> $GITHUB_ENV
67
63
echo "BINARY_PATH is: $BINARY_PATH"
@@ -90,11 +86,10 @@ jobs:
90
86
pattern : " app_binaries-*"
91
87
delete-merged : true
92
88
93
- # ragger_tests:
94
- # name: Run ragger tests using the reusable workflow
95
- # needs: build_with_last_nightly
96
- # uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
97
- # with:
98
- # app_repository: LedgerHQ/app-boilerplate-rust
99
- # app_branch_name: "main"
100
- # download_app_binaries_artifact: "app_elf_binaries"
89
+ ragger_tests :
90
+ name : Run ragger tests using the reusable workflow
91
+ needs : merge_artifacts
92
+ uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
93
+ with :
94
+ app_repository : LedgerHQ/app-boilerplate-rust
95
+ download_app_binaries_artifact : " app_binaries"
You can’t perform that action at this time.
0 commit comments