-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci/test-ledger-app: skip unnecessary steps #4157
Conversation
should we instead install python in the docker image? |
make deps | ||
- name: Generate test vectors | ||
run: | | ||
# The path where the Ledger app test suite will locate test vectors | ||
TESTVEC_PATH="../ledger-namada/tests/testvectors.json" | ||
TESTDBG_PATH="../ledger-namada/tests/testdebugs.txt" | ||
sudo apt-get install -y protobuf-compiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Protobuf is already present in the docker image
@@ -679,14 +679,14 @@ jobs: | |||
cd ../ledger-namada | |||
git checkout "v$LEDGER_APP_VERSION" | |||
git submodule update --init --recursive | |||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can merge and use heliaxdev/namada-ci#10
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4157 +/- ##
=======================================
Coverage 74.47% 74.48%
=======================================
Files 341 341
Lines 107710 107710
=======================================
+ Hits 80222 80229 +7
+ Misses 27488 27481 -7 ☔ View full report in Codecov by Sentry. |
0d72eeb
to
0cb4915
Compare
* tomas/ci/test-ledger-app-2: ci/test-ledger-app: skip unnecessary steps
Describe your changes
see e.g. https://github.com/anoma/namada/actions/runs/12238283670/job/34136009076
Checklist before merging
breaking::
labelsnamada-docs
reponamada-indexer
ornamada-masp-indexer
, a corresponding PR is opened in that repo