From 23356ead9772461784ffd89d8265c43ff7028731 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 20 May 2024 07:44:54 -0300 Subject: [PATCH] Test Action in strict mode --- .github/workflows/check-and-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index d1a2ad0..8a47d6b 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -77,7 +77,8 @@ jobs: echo "mnc-path=${MAGIC_NIX_CACHE}" >> "$GITHUB_OUTPUT" - - name: Test magic-nix-cache-action@main on ${{ matrix.systems.runner }} - uses: DeterminateSystems/magic-nix-cache-action@main + - name: Test magic-nix-cache-action@test-fail-mode on ${{ matrix.systems.runner }} + uses: DeterminateSystems/magic-nix-cache-action@test-fail-mode with: source-binary: "${{ steps.extract.outputs.mnc-path }}" + strict-mode: true