Skip to content

Commit

Permalink
Verify check
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Jul 29, 2024
1 parent 0720926 commit 435155e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint-test-memgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
--from-literal=MEMGRAPH_USER=memgraph \
--from-literal=MEMGRAPH_PASSWORD=memgraph
- name: Verify Kubernetes secrets
if: steps.list-changed.outputs.changed == 'true'
run: kubectl get secrets

- name: Display kubectl context
if: steps.list-changed.outputs.changed == 'true'
run: kubectl config current-context

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args "--set secrets.enabled=true" --excluded-charts memgraph-high-availability, memgraph-lab

0 comments on commit 435155e

Please sign in to comment.