Skip to content

Commit

Permalink
feat: add e2e setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jun 27, 2024
1 parent 14cd695 commit da416b3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.3' }}

- name: Get Cluster info
run: |
kubectl cluster-info --context kind-kind
run: kubectl cluster-info --context kind-kind

- name: Informational - describe node
run: kubectl describe node

- name: Install kubectl
uses: azure/setup-kubectl@v4
# - name: Install kubectl
# uses: azure/setup-kubectl@v4

- name: Set up Helm
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
Expand Down

0 comments on commit da416b3

Please sign in to comment.