Test cachix action

This commit is contained in:
Alejandro Angulo 2022-09-18 13:14:35 -07:00
parent 20bcd44cc1
commit 1069ce96ac

21
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10
with:
name: alejandro-dotfiles
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-env -i nixos-rebuild -f '<nixpkgs>'
- run: nixos-rebuild build --flake .#gospel
- run: echo OK