From 7a5b06f4420df0c2733a3d7fcf39c84e9e6e2c63 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Tue, 24 Dec 2024 20:54:10 +0100 Subject: [PATCH] Disable test as we're not using this image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edec791..b468952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: - uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12 - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 - run: nix build .#amazonImage -L --system ${{ matrix.runs-on.system }} - - run: nix flake check -L --system ${{ matrix.runs-on.system }} + # - run: nix flake check -L --system ${{ matrix.runs-on.system }}