Skip to content

Commit

Permalink
Check env for KUBECONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Oct 13, 2023
1 parent a68bceb commit 41ecec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
- name: E2E
run: |
make e2e-test TEST_NAME=${{ matrix.tests }}
- name: check env
run: sudo -E env
- name: check env
run: env
- name: install troubleshoot
run: curl -L https://github.com/replicatedhq/troubleshoot/releases/latest/download/support-bundle_linux_amd64.tar.gz | tar xzvf -
if: success() || failure()
Expand Down

0 comments on commit 41ecec4

Please sign in to comment.