mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-07-31 04:09:11 +00:00
test
This commit is contained in:
parent
586707fa85
commit
f7f6e9ef10
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -27,12 +27,15 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
nix_path: ${{ env.nixpkgs_channel }}
|
||||
- run: |
|
||||
env | grep NIX
|
||||
echo ""
|
||||
echo $PATH
|
||||
- run: nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
- run: cat /etc/nix/nix.conf
|
||||
# cachix should be available and be able to configure a cache
|
||||
- run: cachix use cachix
|
||||
- run: nix-build test.nix
|
||||
- run: env | grep NIX
|
||||
|
||||
custom-nix-path:
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue