Skip to content

Commit

Permalink
chore(ci): use 1 namespace for ct install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Oct 11, 2024
1 parent f499e19 commit b7a5f7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
run: ./scripts/test-env.sh

- name: run chart-testing (install)
run: ct install --target-branch main --charts ${{ matrix.chart-name }}
run:
kubectl create ns kong-test
ct install --target-branch main --charts ${{ matrix.chart-name }} --namespace kong-test
kubectl delete ns kong-test
working-directory: charts
if: matrix.chart-name == 'kong'

Expand Down

0 comments on commit b7a5f7d

Please sign in to comment.