Closed stephlocke closed 5 years ago
I think it was a random API failure because it now passes.
hmm @maelle, should we be implementing retry logic to cope or would it be better to get retries into gh
?
you mean in the tests or in the function?
in the function
Ok, will open an issue for that, but we might need retry for the deletion that happens in the tests.
In tests/test-AAA-createBasicProject.R
gh::gh("DELETE /repos/:owner/:repo",
owner = "chibimaelle", repo = "test"
)
In the latest master build https://travis-ci.org/lockedata/starters/builds/477852270#L1133