From 3effe65f0185eda809ca030f9e9bc86df5287c42 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 1 Mar 2021 11:14:53 -0800 Subject: [PATCH] test: try to get ocaml initialized by opam for testing --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index e1363ac..90b928b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,6 +71,8 @@ steps: image: ocaml/opam commands: - ls -als tests/extracted + - opam init + - eval $(opam env) - bin/run_tests ocaml ml volumes: