Given: package foo/1 does not exist in the repo.
When: fig --update-if-missing -i foo/1
Then: it fails (as expected)
Given: I then publish foo/1 to the repo
When: fig --update-if-missing -i foo/1
Then: it still fails (should try again, because first attempt didn't complete successfully)
Given: package foo/1 does not exist in the repo. When: fig --update-if-missing -i foo/1 Then: it fails (as expected)
Given: I then publish foo/1 to the repo When: fig --update-if-missing -i foo/1 Then: it still fails (should try again, because first attempt didn't complete successfully)