From 08c1f772d9676471c71c6f7f722c0fd1ea6cb93a Mon Sep 17 00:00:00 2001 From: jvoravong Date: Mon, 9 Sep 2024 16:29:33 -0600 Subject: [PATCH] patch --- .github/workflows/functional_test_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 6e40e236fa..8227a6d9a8 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -68,7 +68,7 @@ jobs: - name: Deploy cert-manager run: | make cert-manager - - name: Run functional tests + - name: run functional tests env: K8S_VERSION: ${{ matrix.k8s-version }} UPDATE_EXPECTED_RESULTS: ${{ github.event.inputs.UPDATE_EXPECTED_RESULTS || 'false' }}