Skip to content

Commit

Permalink
fix: improves tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bidorffOL committed Dec 17, 2024
1 parent ac2052a commit 847d64a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/targets/helm/tasks/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
- name: test helm upgrade with reuse_values
include_tasks: test_helm_reuse_values.yml

- name: test helm upgrade with reset_then_reuse_values
include_tasks: test_helm_reset_then_reuse_values.yml

- name: test helm dependency update
include_tasks: test_up_dep.yml

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/targets/helm_diff/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,5 @@
ignore_errors: yes

- include_tasks: reuse_values.yml

- include_tasks: reset_then_reuse_values.yml

0 comments on commit 847d64a

Please sign in to comment.