You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: