diff --git a/.github/workflows/install-tests.yml b/.github/workflows/install-tests.yml index 31a776b..484e80f 100644 --- a/.github/workflows/install-tests.yml +++ b/.github/workflows/install-tests.yml @@ -47,8 +47,16 @@ jobs: # To be removed - name: TEST install only dagster run: | + # is it in the package action? + helm install dagster ./helm/dagster --namespace dagter-file --create-namespace + # Test reindexing without existing index? + helm repo index /home/runner/work/magasin/magasin/_helm-repo --url http://localhost:8000 + helm repo add mgs http://localhost:8000 + helm install dagster mgs/dagster -n dag --create-namespace + + - name: Remove kubectl and helm run: |