diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a749df..9119e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: opam-repositories: | default: https://github.com/ocaml/opam-repository.git mbarbin: https://github.com/mbarbin/opam-repository.git -# janestreet-bleeding: https://github.com/janestreet/opam-repository.git -# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages + # janestreet-bleeding: https://github.com/janestreet/opam-repository.git + # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages - name: Install dependencies run: opam install . --deps-only --with-doc --with-test --with-dev-setup @@ -42,8 +42,8 @@ jobs: - name: Run tests run: | - mkdir $BISECT_DIR - opam exec -- dune runtest --instrument-with bisect_ppx + mkdir $BISECT_DIR + opam exec -- dune runtest --instrument-with bisect_ppx env: BISECT_DIR: ${{ runner.temp }}/_bisect_ppx_data BISECT_FILE: ${{ runner.temp }}/_bisect_ppx_data/data diff --git a/.github/workflows/more-ci.yml b/.github/workflows/more-ci.yml index 42a20af..6ef8eb8 100644 --- a/.github/workflows/more-ci.yml +++ b/.github/workflows/more-ci.yml @@ -48,8 +48,8 @@ jobs: opam-repositories: | default: https://github.com/ocaml/opam-repository.git mbarbin: https://github.com/mbarbin/opam-repository.git - # janestreet-bleeding: https://github.com/janestreet/opam-repository.git - # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages + # janestreet-bleeding: https://github.com/janestreet/opam-repository.git + # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages - name: Install dependencies run: opam install . --deps-only --with-test