Skip to content

Commit

Permalink
Try adding kubectl so we can debug the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jul 24, 2024
1 parent c9a06ac commit 781deea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3

- name: Install kubectl
uses: azure/setup-kubectl@v3

- name: Start Kind cluster
shell: nix develop --impure --command bash -e {0}
run: |
Expand Down

0 comments on commit 781deea

Please sign in to comment.