CI test for fetching a package with Nix
This commit is contained in:
@@ -85,7 +85,10 @@ jobs:
|
|||||||
run: yarn --no-immutable
|
run: yarn --no-immutable
|
||||||
|
|
||||||
- name: Test nix-build
|
- name: Test nix-build
|
||||||
run: nix-build
|
run: |
|
||||||
|
# This delete tests refetching a package with Nix.
|
||||||
|
nix-store --delete /nix/store/*--yarnpkg-core-npm-*
|
||||||
|
nix-build
|
||||||
|
|
||||||
- name: Test bin
|
- name: Test bin
|
||||||
run: ./result/bin/hello
|
run: ./result/bin/hello
|
||||||
|
|||||||
Reference in New Issue
Block a user