CI test for fetching a package with Nix

This commit is contained in:
Stéphan Kochen
2023-10-29 21:06:08 +01:00
parent ee8c72b3a9
commit ce066ca91d
+4 -1
View File
@@ -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