From 5d2529f0adf91afb8839ff2680fdab17a4aa8136 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sat, 7 Dec 2019 19:58:51 +0100 Subject: [PATCH] Enable Kubernetes tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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