We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cc0f9 commit f3d1ffbCopy full SHA for f3d1ffb
.github/workflows/build_and_test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
ragger_plugin_boilerplate_tests:
41
name: Run ragger tests using the reusable workflow
42
- needs: build_plugin_boilerplate_application
+ needs: [build_plugin_boilerplate_application, build_ethereum_application]
43
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
44
with:
45
app_repository: LedgerHQ/app-plugin-boilerplate
0 commit comments