Closed ethanis closed 2 years ago
1 files ±0 1 suites ±0 0s :stopwatch: ±0s 9 tests +2 9 :heavy_check_mark: +2 0 :zzz: ±0 0 :x: ±0
Results for commit 6b4d3342. ± Comparison against base commit 58d7adb1.
:recycle: This comment has been updated with latest results.
This adds a guard before executing commands to first check that the Valet container image is available on the machine. If it is not, then an exception will be thrown instructing the user to first run
gh valet update
.Hows this tested
First, remove all valet container images from machine
Then, run a command:
Closes github/valet#4104