Skip to content

Commit

Permalink
no opam
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Mar 3, 2024
1 parent 9e9649f commit 0a69d42
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a69d42

Please sign in to comment.