ci: disable the nixos-search test

This commit is contained in:
Jonas Nick
2026-08-12 18:23:10 +00:00
parent 3b798f5ebf
commit f51460749a
+3 -1
View File
@@ -49,5 +49,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
- run: nix flake check --all-systems - run: nix flake check --all-systems
- run: ./test/nixos-search/ci-test.sh # FIXME: Re-enable when the nixos-search input is usable again.
# This is also disabled in ./test/run-tests.sh.
# - run: ./test/nixos-search/ci-test.sh
- run: ./test/shellcheck.sh - run: ./test/shellcheck.sh