Skip to content

[feat] upgrade helm charts #175

[feat] upgrade helm charts

[feat] upgrade helm charts #175

Workflow file for this run

name: NodeJS build App
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn
- run: yarn run lint
- run: yarn run build
- name: Start minikube
uses: medyagh/setup-minikube@master
- name: Try the cluster !
run: kubectl get pods -A
- name: Run test -> deploy_worker
run: |
export HELM_ASSISTANT_BIN_CMD="./helm-assistant"
bash tests/deploy_worker.sh
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: linux-amd64
path: helm-assistant