Shaun Verch
Shaun Verch
I think I at least know what's happening. Installed using snap on Ubuntu 22.04. # TLDR Docker sometimes can't mount files from `/tmp`, which at least seems to be the...
@SpinatmitBlub I don't have contributor access to this repository, and it needs one approving review. There may be more things @Hopding wants to see before this is merged, or he...
Ah, sorry about that @denis256. I hadn't installed the pre-commit hooks in this repo. It should be fixed now.
@denis256 It seems like the previous CI test failed because of a golang installation. I don't think I changed anything that would affect that. I added a new CI task...
Ok, done!
I'm happy to update the docs too, although I don't know where I would add something like this. Specifically, I'd put something like this: > Terratest supports using a custom...
@denis256 Added the docs and attempted to fix the circleci build again. Thanks for your patience!
I see an error in CI: ``` 2023-05-23 15:47:14 [ERROR] [gruntwork-install] Required environment variable GITHUB_OAUTH_TOKEN not set. ``` Do you have any advice on how to fix that? The other...
Thanks @Etiene. I added your suggested change and merged in the latest master.
@Etiene Thanks for running that again! Fixed these issues: - `localhost` caused a DNS lookup that failed, changed to `127.0.0.1`. - `run-go-tests` needs the same argument as `go test` to...