Fix test.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-09 10:09:50 -08:00
committed by kfox1111
parent 493ad8fbed
commit 7d1f8217ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ jobs:
- name: Run chart-testing (install)
run: |
scenario="$(basename "${TEST_DIR}")"
export scenario="$(basename "${TEST_DIR}")"
[ "${scenario}" != "default" ] && kubectl create namespace "${scenario}"
post-install() {
[ -x "${TEST_DIR}/post-install.sh" ] && "${TEST_DIR}/post-install.sh"