Skip to content

meetup: sync

meetup: sync #210

Workflow file for this run

name: ocaml / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
submodules: true
- name: Build ocaml-ci docker image
run: docker build -t ocaml-ci -f .github/Dockerfile .
- name: Run exercism/ocaml ci (runs tests) for all exercises
run: docker run -w /repo -v $(pwd):/repo ocaml-ci .github/.gha-ci.sh