Skip to content

ci: don't rely on single-user ~features #1562

ci: don't rely on single-user ~features

ci: don't rely on single-user ~features #1562

Workflow file for this run

name: "Test"
on:
pull_request:
push:
schedule:
# every sunday morning
- cron: "0 0 * * 0"
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: touch .local && nix-build ci.nix
- name: ensure demo doesn't rot
run: nix-shell --run "./demo"