Skip to content

Commit

Permalink
Upgrade action plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Nov 27, 2024
1 parent d302036 commit 1b212ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.2.1
dune-cache: true
ocaml-compiler: 5
- run: opam install . --deps-only --with-test --locked
- run: opam exec -- dune build
- run: opam exec -- dune test

0 comments on commit 1b212ad

Please sign in to comment.