mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
ci: disable the tests for macos
They have been broken for a long time now and makes the PR flow quite cumbersome. Thus we disable them until somebody is able to get them to work again.
This commit is contained in:
parent
04213d1ce4
commit
21c021862f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,3 +25,5 @@ jobs:
|
|||
- run: nix-shell --show-trace . -A install
|
||||
- run: yes | home-manager -I home-manager=. uninstall
|
||||
- run: nix-shell --show-trace --arg enableBig false --pure tests -A run.all
|
||||
# Somebody please help us fix the macos tests.
|
||||
if: matrix.os != 'macos-latest'
|
||||
|
|
Loading…
Reference in a new issue