Closed thenewguy closed 3 years ago
A previous contribution added tox to do the testing. But it has not run in a long time. I just tried and there are quite a few things to fix. Also probably worth removing old configuration? If you are up to it go ahead :) Would could then add a github action to run the tox tests.
Would you mind making me a collaborator? It would be easier to fix iteratively against actions. Otherwise I will have to create a vagrant box for it
Actually I can make that work in a fork
Do you want to maintain backwards compatibility so far? Or could we perhaps drop to django 3.0+?
Sorry I am not super responsive. Yes I was thinking that maybe I should give you permission directly. As I mentioned before I spent very little time on this project in the past years and you are much more proficient than I am. That being said I had not played with github action since their creation and I am eager to check of that works so I can set that up.
@ludrao Github actions are new to me as well. I've tinkered with it - https://github.com/thenewguy/django-tellme/actions/runs/549424585 - This builds the fronted, shuffles the frontend files to the backend, builds and tests the backend, saves both artifacts as assets. Concept is working - just needs some minor tweaks to work with the test matrix. I think it is 49 test combinations for the numbers of pythons and django releases this project currently supports
Great @thenewguy ! Just did my first action to publish releases, it works well. (though it is pretty simple :) )
As for you other question I guess we could reduce the support to less combinations of python and django
Noticed my PR wasn't running tests. Can we set up automated CI - github actions or something? Would make contributions easier