-
Notifications
You must be signed in to change notification settings - Fork 12
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
add nbgl tests workflow #822
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #822 +/- ##
=======================================
Coverage 35.49% 35.49%
=======================================
Files 13 13
Lines 1606 1606
=======================================
Hits 570 570
Misses 1036 1036
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
54c7aee
to
fb8bf4e
Compare
|
||
jobs: | ||
run_NBGL_tests: | ||
runs-on: ubuntu-latest |
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.
Would it work more simply using something like:
jobs:
run_NBGL_tests:
uses: LedgerHQ/app-nbgl-tests/.github/workflows/build_and_functional_tests.yml@master
with:
golden_run: "Open a PR"
secrets: inherit
🤔
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.
yes could be interesting if it's working and if the PR can be opened in the remote repository
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.
https://github.com/LedgerHQ/ledger-secure-sdk/actions/runs/12199393685
It seems that this option is not working
24934a1
to
bd62ffd
Compare
No description provided.