From d0449d8bb2db6252c6d81765d4227a5a6d023c96 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Wed, 4 Sep 2024 16:17:55 +0200 Subject: [PATCH] ci: use lix and force ansi colors --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e831fd..681ecd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,9 +14,13 @@ jobs: - uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd with: diagnostic-endpoint: "" + source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" - uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 with: diagnostic-endpoint: "" - run: nix flake check -L ./tests + +env: + FORCE_COLOR: 1