Skip to content

Commit

Permalink
Modify casing in workflow (#31911)
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-000 authored Jul 19, 2024
1 parent c0f6ac9 commit 1284986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1284986

Please sign in to comment.