diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827b0214..c90ef595 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,8 @@ jobs: DEX_KEYSTONE_ADMIN_USER: demo DEX_KEYSTONE_ADMIN_PASS: DEMO_PASS - #- name: Run Kubernetes tests - # run: ./scripts/test-k8s.sh + - name: Run Kubernetes tests + run: ./scripts/test-k8s.sh # Ensure proto generation doesn't depend on external packages. - name: Verify proto