Skip to content

Commit 7b9f407

Browse files
committed
add test
1 parent 04b95a0 commit 7b9f407

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ jobs:
2222
- run: make deploy
2323
- run: make test
2424
- run: test "$(make test)" = 'done.'
25+
home-manager:
26+
name: home-manager
27+
strategy:
28+
fail-fast: false
29+
matrix:
30+
os:
31+
- macos-latest
32+
- ubuntu-latest
33+
runs-on: ${{ matrix.os }}
34+
steps:
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
- uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31.10.0
37+
with:
38+
nix_path: nixpkgs=channel:nixos-unstable
39+
- run: nix build ./home-manager --impure
2540
shellcheck:
2641
name: shellcheck
2742
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)