Test Action in strict mode
This commit is contained in:
parent
f92c44ab59
commit
23356ead97
5
.github/workflows/check-and-test.yaml
vendored
5
.github/workflows/check-and-test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue