Skip to content

🤖 Sync org-wide files to upstream repo #348

🤖 Sync org-wide files to upstream repo

🤖 Sync org-wide files to upstream repo #348

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
paths-ignore:
- ".gitignore"
- "LICENSE"
jobs:
build:
name: Test Runner
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install reasonml
run: npm install -g esy
- name: Run tests
run: ./bin/test-exercises.sh