Skip to content

Commit

Permalink
decompress(tests): Skip already installed app
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Apr 26, 2019
1 parent 79a6d5c commit f919a3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Scoop-Decompress.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
$isUnix = is_unix

function install_app_ci($app, $architecture) {
if(installed $app) {
return
}

$manifest = manifest $app
$version = $manifest.version
$dir = ensure (versiondir $app $version)
Expand Down

0 comments on commit f919a3c

Please sign in to comment.