Skip to content

ci: nixci -> om ci #545

ci: nixci -> om ci

ci: nixci -> om ci #545

Workflow file for this run

name: "CI"
on:
# Run only when pushing to master branch, and making PRs
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install omnix
uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "github:juspay/omnix"
- run: om ci build
- run: nix develop -c ghc --version