Install Nix via the action

This commit is contained in:
Domen Kožar 2019-09-30 17:58:28 +02:00
commit 4db446a512
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
7 changed files with 131 additions and 46 deletions

View file

@ -14,9 +14,9 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- name: Install Nix
run: curl https://nixos.org/nix/install | sh
- name: Build
- name: Install & Build
uses: ./
with:
cachixPush: cachix-action
cachixPush: cachix-action
file: test.nix
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'