Skip to content

ci(*.yml): Move opam-publish in a separate workflow to enable testing (bis) #625

ci(*.yml): Move opam-publish in a separate workflow to enable testing (bis)

ci(*.yml): Move opam-publish in a separate workflow to enable testing (bis) #625

Workflow file for this run

name: macOS
on:
push:
branches:
- master
pull_request:
branches:
- '**'
schedule:
# test master every Saturday at 08:00 UTC
- cron: '0 8 * * 6'
jobs:
build:
name: Build learn-ocaml on macOS
runs-on: macos-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build learn-ocaml
run: 'sh .ci-macosx.sh'