1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00
home-manager/.github/workflows/test.yml
2020-06-09 23:07:46 +02:00

17 lines
384 B
YAML

name: Test
on:
pull_request:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v10
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell . -A install
- run: nix-shell --pure --max-jobs 4 tests -A run.all