Skip to content

fix opam installation script #2

fix opam installation script

fix opam installation script #2

Workflow file for this run

name: OCaml Dune Test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up OCaml
uses: ocaml/setup-ocaml@v1
- name: Install dependencies
run: opam install -y ounit2 qcheck bisect_ppx
- name: Build and test
run: dune build && dune test