Skip to content

Commit

Permalink
test without updating helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Feb 9, 2024
1 parent 9a73108 commit 00e7b27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/install-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ jobs:
run: |
pwd
cd helm-scripts
# TODO remove -n
./local-helm-repo.sh -n
./local-helm-repo.sh
sleep 10
cd ..
# TODO remove
- name: TEST install only dagster
run: |
helm version
cd helm-scripts
./update-helm-charts.sh
#cd helm-scripts
#./update-helm-charts.sh
# Run repo again
./local-helm-repo.sh &
cd ..
#./local-helm-repo.sh &
#cd ..
# is it in the package action?
helm install dagster ./helm/dagster --namespace dagter-file --create-namespace
Expand Down

0 comments on commit 00e7b27

Please sign in to comment.