1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 17:27:28 +02: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:
Robert Helgesson 2024-09-23 19:05:00 +02:00
parent 04213d1ce4
commit 21c021862f
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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'