mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
run skipNixBuild scenario on CI
This commit is contained in:
parent
4f0d7f12ae
commit
9f2618ea36
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -21,12 +21,17 @@ jobs:
|
||||||
name: cachix-action
|
name: cachix-action
|
||||||
file: test.nix
|
file: test.nix
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
- name: Test public cache no pushing
|
- name: Test public cache no signing key
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
name: cachix-action
|
name: cachix-action
|
||||||
file: test.nix
|
file: test.nix
|
||||||
signingKey: ''
|
signingKey: ''
|
||||||
|
- name: Test public cache no pushing
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
name: cachix-action
|
||||||
|
skipNixBuild: true
|
||||||
- name: Test private cache
|
- name: Test private cache
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue