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

start http server to serve /healthz and /readyz #16

start http server to serve /healthz and /readyz

start http server to serve /healthz and /readyz #16

Workflow file for this run

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