Skip to content

Commit f3d1ffb

Browse files
Fix dependencies in workflow
1 parent b0cc0f9 commit f3d1ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
ragger_plugin_boilerplate_tests:
4141
name: Run ragger tests using the reusable workflow
42-
needs: build_plugin_boilerplate_application
42+
needs: [build_plugin_boilerplate_application, build_ethereum_application]
4343
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
4444
with:
4545
app_repository: LedgerHQ/app-plugin-boilerplate

0 commit comments

Comments
 (0)