Skip to content

Commit

Permalink
Merge pull request #13 from sebastiangaiser/fix/lint-test
Browse files Browse the repository at this point in the history
build(lint-test): fix postgres-operator installation
  • Loading branch information
sebastiangaiser authored Jun 8, 2022
2 parents 35a8a44 + 1f749a8 commit 1b215b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:

- name: Install Zalando's postgres-operator
run: |
helm upgrade --install --atomic postgres-operator postgres-operator-charts/postgres-operator
helm install postgres-operator postgres-operator-charts/postgres-operator
if: steps.list-changed.outputs.changed == 'true'

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

0 comments on commit 1b215b2

Please sign in to comment.