run skipNixBuild scenario on CI

This commit is contained in:
Domen Kožar 2019-12-19 18:50:07 +01:00
commit 9f2618ea36
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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: