amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

test the Nupm installation #53

Closed amtoine closed 10 months ago

amtoine commented 10 months ago

after talking with @stormasm about the new nu-git-manager / nu-git-manager-sugar install, i thought we could try to test the Nupm install inside our CI.

this PR is this experiment:

Note currently there is no --no-confirm option for nupm install, so the NUPM_HOME has to be created manually with mkdir prior to the install => i've added FIXMEs for that should be fixed with https://github.com/nushell/nupm/pull/42