Skip to content

WIP: workspace prep for jj #109

WIP: workspace prep for jj

WIP: workspace prep for jj #109

Workflow file for this run

name: "CI"
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
name: ${{ matrix.os }} build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: shajra
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: cat ~/.config/nix/nix.conf
- run: nix --print-build-logs build --file nix/ci.nix
- run: nix path-info --file nix/ci.nix
- run: nix --help
- run: nix run --help
- run: support/tests-run