diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05834d0..adf5599 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: uses: medyagh/setup-minikube@latest - name: Run chart-testing (install) - run: helm install mirrord mirrord-operator --wait --set=license.key="1234567aa890" + run: helm install mirrord ./mirrord-operator --wait --set=license.key="1234567aa890" - name: wait for operator status run: |