Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

charts: bump chart version to 0.1.12, with appVersion 0.1.12 #104

charts: bump chart version to 0.1.12, with appVersion 0.1.12

charts: bump chart version to 0.1.12, with appVersion 0.1.12 #104

Workflow file for this run

name: Run unit tests
on:
push:
workflow_dispatch:
permissions: read-all
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1.1"
- run: opam install . --deps-only --with-test
- run: opam exec -- make test