Skip to content

Update deploy-trigger.yml #40

Update deploy-trigger.yml

Update deploy-trigger.yml #40

name: Makefile CI
on:
push:
branches: [ "horizon" ]
pull_request:
branches: [ "horizon" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 24
- name: install
run:
make install
- name: build
run: make
- name: run tests
run: make all-pyret-test