Skip to content

Commit

Permalink
more info to help debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jan 26, 2024
1 parent deb9e55 commit c48943b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,14 @@ jobs:

# Technically, this step is not required for the unit tests to run, but it is useful for debugging setup issues.
- name: Kubernetes Cluster Info
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() }}
run: |
kubectl config get-contexts
kubectl get crd
kubectl get node --show-labels
docker info || true
kind version || true
kubectl version || true
kubectl config get-contexts || true
kubectl get crd || true
kubectl get node --show-labels || true
- name: NodeJS CLI Unit Tests
id: nodejs-test
Expand Down

0 comments on commit c48943b

Please sign in to comment.