Add nix build to test
This commit is contained in:
parent
23356ead97
commit
645dabfe82
6
.github/workflows/check-and-test.yaml
vendored
6
.github/workflows/check-and-test.yaml
vendored
|
@ -58,6 +58,8 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download closure for ${{ matrix.systems.system }}
|
- name: Download closure for ${{ matrix.systems.system }}
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -82,3 +84,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source-binary: "${{ steps.extract.outputs.mnc-path }}"
|
source-binary: "${{ steps.extract.outputs.mnc-path }}"
|
||||||
strict-mode: true
|
strict-mode: true
|
||||||
|
|
||||||
|
- name: Run nix to test magic-nix-cache-action
|
||||||
|
run: |
|
||||||
|
nix develop --command echo "just testing"
|
||||||
|
|
Loading…
Reference in a new issue