Skip to content

Commit b5c72e3

Browse files
committed
feat(code-coverage): add ci_install_dependencies script to this workflow
1 parent 4e3a96c commit b5c72e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ on:
1010
jobs:
1111
call_reusable_workflow:
1212
uses: vortexntnu/vortex-ci/.github/workflows/reusable-code-coverage.yml@main
13+
with:
14+
before_install_target_dependencies: 'scripts/ci_install_dependencies.sh'
1315
secrets:
1416
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)