Skip to content

Commit de5e34c

Browse files
committed
test: add update test
1 parent 8f68c67 commit de5e34c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ test:
33
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/bin/scoop.ps1 bootstrap
44
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/test/bin/init.ps1
55
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/test/bin/test.ps1
6+
vagrant ssh windows -- scoop config hold_update_until 9999-01-01
7+
vagrant ssh windows -- scoop install main/git --no-update-scoop
8+
vagrant ssh windows -- scoop update
69

710
clean:
811
-vagrant destroy windows --force

0 commit comments

Comments
 (0)