Skip to content

Commit

Permalink
[feat] upgrade helm charts
Browse files Browse the repository at this point in the history
[feat] implement running test in ci-cd
  • Loading branch information
wirwolf committed Nov 24, 2023
1 parent 06cac20 commit acd5c3b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/npm-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: mirzakhany/helm-install-action@v1
- uses: actions/download-artifact@v3
with:
name: helm-assistant-linux-amd64
path: .

- name: Start minikube
uses: medyagh/setup-minikube@master

- name: Try the cluster !
run: kubectl get pods -A
# - name: Start minikube
# uses: medyagh/setup-minikube@master
#
# - name: Try the cluster !
# run: kubectl get pods -A

- name: Run test -> deploy_worker
run: |
Expand Down

0 comments on commit acd5c3b

Please sign in to comment.