mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Split Nix installation into separate action
This commit is contained in:
parent
b14833e3eb
commit
0d877d4d59
5 changed files with 241 additions and 25 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue