diff --git a/.github/workflows/migration-tests.yaml b/.github/workflows/migration-tests.yaml index b8e1a49..361e25d 100644 --- a/.github/workflows/migration-tests.yaml +++ b/.github/workflows/migration-tests.yaml @@ -92,7 +92,6 @@ jobs: - name: Install api services run: | set -e - kubectl create ns reports-server export HELM=${{ steps.helm.outputs.helm-path }} make kind-apply-api-services - name: Wait for report server ready