Skip to content

Commit 4b04098

Browse files
committed
Update regression-test.yaml
1 parent b3369c2 commit 4b04098

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/regression-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
run: |
3737
echo "${{ steps.create-cluster.outputs.cluster-kubeconfig }}" > $GITHUB_WORKSPACE/kubeconfig.yaml
3838
echo "KUBECONFIG=$GITHUB_WORKSPACE/kubeconfig.yaml" >> $GITHUB_ENV
39-
kubectl get nodes -o wide
39+
40+
- name: Verify cluster access
41+
run: kubectl get nodes -o wide
4042

4143
- name: Setup Go
4244
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)