mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-04 01:54:08 +02:00
Install Nix via the action
This commit is contained in:
parent
a6de7cd0c2
commit
4db446a512
7 changed files with 131 additions and 46 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -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 }}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue