From 1284986ed052e901508cbd98575e0f36a76e8a2d Mon Sep 17 00:00:00 2001 From: Prerit Chandok <22628474+pc-000@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:18:24 -0400 Subject: [PATCH] Modify casing in workflow (#31911) --- .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml index d185d98edff8..3925bd924714 100644 --- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml +++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml @@ -82,13 +82,13 @@ jobs: cluster_name: io-datastores k8s_namespace: ${{ matrix.job_name }}-${{ github.run_id }} remove_finalizer: memsqlclusters.memsql.com/sdb-cluster - - name: Install Singlestore operator + - name: Install SingleStore operator run: | kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml kubectl wait --for=condition=Ready pod -l name=sdb-operator --timeout=120s - - name: Install Singlestore cluster + - name: Install SingleStore cluster id: install_singlestore run: | kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster.yaml