Skip to content

Commit 0347566

Browse files
committed
Add ragger tests
1 parent 3d763ab commit 0347566

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/workflows/build_with_current_nightly.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ jobs:
5656
else
5757
DEVICE="${{ matrix.device }}"
5858
fi
59-
# echo "DEVICE=$DEVICE" >> $GITHUB_ENV
6059
echo "Building for device: $DEVICE"
6160
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"
6561
BINARY_PATH=$(cargo metadata --no-deps --format-version 1 | jq -r '.target_directory')/ && \
6662
echo "BINARY_PATH=$BINARY_PATH" >> $GITHUB_ENV
6763
echo "BINARY_PATH is: $BINARY_PATH"
@@ -90,11 +86,10 @@ jobs:
9086
pattern: "app_binaries-*"
9187
delete-merged: true
9288

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"

0 commit comments

Comments
 (0)