Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Feb 13, 2025
1 parent b580ee4 commit f71726d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Test with coverage
run: nix develop --accept-flake-config -c dune build @runtest --instrument-with bisect_ppx --force

- name: Upload coverage
run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov
# - name: Upload coverage
# run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov

- name: Build docs
run: nix develop --accept-flake-config -c dune build @doc
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
os:
- macos-latest
- ubuntu-latest
# - windows-latest
- windows-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 4
- 5

runs-on: ${{ matrix.os }}

Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Test with coverage
run: nix develop --accept-flake-config -c dune build @runtest --instrument-with bisect_ppx --force

- name: Upload coverage
run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov --repo-token="${{ secrets.CODECOV_TOKEN }}"
# - name: Upload coverage
# run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov --repo-token="${{ secrets.CODECOV_TOKEN }}"

- name: Build docs
run: nix develop --accept-flake-config -c dune build @doc

0 comments on commit f71726d

Please sign in to comment.