mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
ci: disable home-manager install tests on darwin
nix broken on latest channel update Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
41a5f0a98a
commit
4c9e99e8e8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -21,7 +21,11 @@ jobs:
|
|||
- run: nix build --show-trace .#docs-jsonModuleMaintainers
|
||||
- run: nix fmt -- --ci
|
||||
- run: nix run .#home-manager -- init --switch
|
||||
# FIXME: nix broken on darwin on unstable
|
||||
if: matrix.os != 'macos-latest'
|
||||
- run: yes | nix run . -- uninstall
|
||||
# FIXME: nix broken on darwin on unstable
|
||||
if: matrix.os != 'macos-latest'
|
||||
- name: Run tests
|
||||
run: nix build -j auto --show-trace --option allow-import-from-derivation false --reference-lock-file flake.lock "./tests#test-all-no-big"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue