Skip to content

Commit

Permalink
Builds dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davividal committed Dec 13, 2024
1 parent b0be8ba commit 816a8ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ chart_schema_test_task:
cpu: 1
memory: 2Gb
<<: *CLONE_SCRIPT_TEMPLATE
script: ./.cirrus/schema_test.sh
script:
- ./.cirrus/build_chart_dependencies.sh charts/sonarqube
- ./.cirrus/build_chart_dependencies.sh charts/sonarqube-dce
- ./.cirrus/schema_test.sh

chart_fixture_test_task:
<<: *ONLY_ON_NON_RELEASE_DRAFT_TEMPLATE
Expand Down

0 comments on commit 816a8ee

Please sign in to comment.