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 d5ae6b9 commit 203f0fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions
version: v0.20.0
# default value for event_name != workflow_dispatch
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.3' }}
node_image: 'kindest/node:v1.27.3'

- name: Get Cluster info
run: kubectl cluster-info --context kind-kind
Expand All @@ -32,9 +32,6 @@ jobs:
kubectl get nodes --show-labels
kubectl describe node
# - name: Install kubectl
# uses: azure/setup-kubectl@v4

- name: Set up Helm
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
with:
Expand Down Expand Up @@ -80,6 +77,7 @@ jobs:
run: |
kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/usage.yaml
kubectl get pods -A
kubectl get ingresses -A
- name: Ping ingress
if: always()
Expand Down

0 comments on commit 203f0fe

Please sign in to comment.