From 0284bdb3d8ccb52518720ab2b7cf645d1b51b52b Mon Sep 17 00:00:00 2001 From: Salah Aldeen Al Saleh Date: Tue, 24 Sep 2024 13:23:52 -0700 Subject: [PATCH] update test focus --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 2e082d0978..14b4605984 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -2895,7 +2895,7 @@ jobs: - run: chmod +x bin/* - uses: ./.github/actions/kots-e2e with: - test-focus: 'multi-app-install' + test-focus: 'Multi App Install' kots-namespace: 'multi-app-install' k8s-distribution: ${{ matrix.cluster.distribution }} k8s-version: ${{ matrix.cluster.version }}