Skip to content

[mlrun-ce] Jupyter data persistent #108

[mlrun-ce] Jupyter data persistent

[mlrun-ce] Jupyter data persistent #108

Workflow file for this run

name: CI
on:
pull_request:
branches:
- development
jobs:
lint:
runs-on: ubuntu-20.04
container:
image: artifacthub/ah
options: --user 1001
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ah lint
working-directory: ./charts/mlrun-ce
run: ah lint
# commented out for now, takes too long to pull images
# perhaps we can invoke it via workflow dispatch or as a nightly job
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Setup Kubernetes cluster
# uses: helm/[email protected]
# with:
# config: ./.github/assets/kind.yaml
# wait: 180s
# kubectl_version: v1.23.13
# node_image: kindest/node:v1.23.13
# - name: Setup Helm
# uses: azure/setup-helm@v3
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# - name: Run tests
# run : make tests