Tom Forbes
Tom Forbes
Urgh.... https://github.com/actions/first-interaction/issues/10 (and https://github.community/t5/GitHub-Actions/GitHub-actions-are-severely-limited-on-PRs/m-p/54669#M9249). Not sure if there is a workaround. Which totally sucks
It might be the Draft MR status @alerque - have you tried removing that?
Sure thing, I'll give it a go and see if I can help out :) Cant promise anything though! On Sat, May 27, 2017 at 3:11 PM, TheZ3ro wrote: >...
Absolutely! I just realized that I haven't actually added the JS tests to docker-box or my POC, I only added the frontend selium tests. I can work on a PR...
> Please don't rush. Ahh, ok sorry I missed this comment. I made this PR: https://github.com/django/django/pull/13851, it was pretty simple! I look forward to your comment on the proposal!
Sorry, wrong branch 😂. https://github.com/django/django/pull/13852 > It uses the old node because there is some dependency collision with the libraries for MySQL, I don't remember details. I can check this...
Sorry about the commit spam, I was experimenting with problem matchers. It didn't work ðŸ˜. Is there anything else I should do to this PR? I've removed the linting, added...
Master appears to have several failures on MacOS that have crept in. I'm reproducing them locally now and I'll see what's up. However I'd like to ask again: what are...
Apparently the culprit is https://github.com/django/django/pull/13300 which fails on sqlite 3.35.3. I'm guessing this started failing in 3.35.0 (on homebrew from March 24th), which includes this potentially relevant changelog entry: `Attempt...
I've added support for multiple sqlite versions to the MacOS tests. You can do the same steps locally: ``` brew uninstall --ignore-dependencies sqlite brew tap-new $USER/local-sqlite brew extract sqlite --version=${{...