From 0a69d425f5230e32637715c8295793131cad839e Mon Sep 17 00:00:00 2001 From: rina Date: Mon, 4 Mar 2024 01:44:39 +1000 Subject: [PATCH] no opam --- .github/workflows/test.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4183b0d..daae2244 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,19 +28,16 @@ jobs: with: { name: pac-nix } - run: echo 'preparing nix shell environment' - # just in case we aslp adds new dependencies - - uses: ocaml/setup-ocaml@v2 - with: - ocaml-compiler: ocaml-system.4.09.1 # must match nix develop's ocaml version! - - run: opam install . --deps-only --with-test + # it will be nice to make this work, just in case we aslp adds new dependencies + # - uses: ocaml/setup-ocaml@v2 + # with: + # ocaml-compiler: ocaml-system.4.09.1 # must match nix develop's ocaml version! + # - run: opam install . --deps-only --with-test - run: dune build - run: ./coverage.sh test id: coverage - - run: find /home/runner/work/_temp -type f -exec cat '{}' ';' - if: always() - shell: bash - name: Upload new coverage results if: always() uses: actions/upload-artifact@v3