nix profile test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
Example / Example (push) Successful in 2m18s

This commit is contained in:
Zuckerberg 2023-10-01 09:04:29 -06:00
parent 78dfcb09e6
commit 57dd7685ac

View File

@ -32,5 +32,10 @@ jobs:
# - name: Print nixpkgs version
# run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- run: nix-shell -p cowsay --run "cowsay test"
# - run: nix-shell -p cowsay --run "cowsay test"
- run: nix run nixpkgs#cowsay -- hello
- name: Install dependencies
run: nix profile install nixpkgs#cowsay
- run: cowsay testing