Split Nix installation into separate action

This commit is contained in:
Domen Kožar 2019-10-02 12:04:10 +02:00
commit 0d877d4d59
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
5 changed files with 241 additions and 25 deletions

View file

@ -1,4 +1,4 @@
name: "Test cachix-action"
name: "nix-cachix test"
on:
pull_request:
push:
@ -14,6 +14,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- uses: cachix/install-nix-action@v1
- name: Install & Build
uses: ./
with: