Skip to content

Commit

Permalink
create namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and bk201 committed Jul 19, 2023
1 parent 3b26b33 commit 2d2a932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Create harvester-system namespace
run: "kubectl create namespace harvester-system"
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --config tests/ct.yaml

Expand Down

0 comments on commit 2d2a932

Please sign in to comment.