From 645dabfe82d13ce1c32b12abda2e1de92e45c4e1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 20 May 2024 07:58:47 -0300 Subject: [PATCH] Add nix build to test --- .github/workflows/check-and-test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index 8a47d6b..bace43e 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -58,6 +58,8 @@ jobs: contents: read id-token: write steps: + - uses: actions/checkout@v3 + - name: Download closure for ${{ matrix.systems.system }} uses: actions/download-artifact@v3 with: @@ -82,3 +84,7 @@ jobs: with: source-binary: "${{ steps.extract.outputs.mnc-path }}" strict-mode: true + + - name: Run nix to test magic-nix-cache-action + run: | + nix develop --command echo "just testing"