diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index aeb09e0..c35afaf 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,5 +32,10 @@ jobs: # - name: Print nixpkgs version # run: nix-instantiate --eval -E '(import {}).lib.version' - - run: nix-shell -p cowsay --run "cowsay test" - - run: nix run nixpkgs#cowsay -- hello \ No newline at end of file + # - 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 \ No newline at end of file