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
|
||||
file: test.nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- name: Test public cache no pushing
|
||||
- name: Test public cache no signing key
|
||||
uses: ./
|
||||
with:
|
||||
name: cachix-action
|
||||
file: test.nix
|
||||
signingKey: ''
|
||||
- name: Test public cache no pushing
|
||||
uses: ./
|
||||
with:
|
||||
name: cachix-action
|
||||
skipNixBuild: true
|
||||
- name: Test private cache
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue