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 6d8a72f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
run: ./scripts/test-env.sh

- name: Run chart-testing (install)
run: ct install --target-branch main --charts charts/${{ matrix.chart-name}}
run: |
kubectl create ns kong-test
ct install --target-branch main --charts charts/${{ matrix.chart-name}} --namespace kong-test
# No need to delete the ns the cluster is scrapped after the job anyway.
integration-test:
timeout-minutes: 30
Expand Down

0 comments on commit 6d8a72f

Please sign in to comment.