Skip to content

Commit

Permalink
test installing only dagster without packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Feb 9, 2024
1 parent 37308cf commit 4b3f6ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/install-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4b3f6ab

Please sign in to comment.