Skip to content

🤖 Sync org-wide files to upstream repo #55

🤖 Sync org-wide files to upstream repo

🤖 Sync org-wide files to upstream repo #55

Workflow file for this run

name: coq / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Pull coq docker image
run: docker pull coqorg/coq:8.9
- name: Run exercism/coq ci (runs tests) for all exercises
run: |
export NJOBS=2
# Disable for now, as this step was already disabled in Travis config
# docker run --rm coqorg/coq:8.9 coq_makefile -f _CoqProject -o Makefile && make && make install