Closed onuralpszr closed 1 year ago
@onuralpszr you removed the docker build and test jobs! 🤯
@onuralpszr you removed the docker build and test jobs! 🤯
I did not, I just made them cleaner
@onuralpszr you removed the docker build and test jobs! 🤯
I did not, I just made them cleaner
I can still see compose and tests in there so all good. and passed.
As steps of the same job. With this we only have one check now instead of three:
As steps of the same job. With this we only have one check now instead of three:
That is normal, instead of splitting "actions" which means new machine and pull the codes and etc. this is a proper way. I am not running pull code multiple times, so what you asking is visual but for function sake it is a waste
@AdrianPayne I finish this as well. And as I said we want to one fresh env and pull the code and finish tasks. That is it.
@onuralpszr I get your point, however I think it is faster for debugging to run the 3 checks at the same time. It can be some waste of machine, but not too much.
@onuralpszr I get your point, however I think it is faster for debugging to run the 3 checks at the same time. It can be some waste of machine, but not too much.
You already checks under one pull but personally i don't see value to seperate or build docker every time. Because if install and test pass your docker %99 percent pass as well but you want to split at least separate files, up to you.
Let's try your way
You don't need to install pre-commit you should use "https://pre-commit.ci/" which I already setup in other PR once you setup formatter will work faster and work as a separate PR