Skip to content

Commit

Permalink
Add GitHub Actions CI. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Dec 1, 2022
1 parent b223ec3 commit 109e3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cucumber-ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
os:
- macos-12
- ubuntu-22.04
- windows-2022

ocaml-compiler:
# Test the oldest OCaml version and the two newest versions.
Expand All @@ -31,6 +30,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive

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

0 comments on commit 109e3f7

Please sign in to comment.