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