Moritz
Moritz
Also, I did upgrade the minimum SDK version, but the N-1 and N-2 tests are still running and failing. Or did I misunderstand something?
> > Thanks! This is probably due to the fact that the data-assets feature is not on stable yet. How do I only run the tests against `dev`? > >...
Then it should be guarded with a [paths filter](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onpushpull_requestpull_request_targetpathspaths-ignore). I would still recommend adding the workflow, as we don't want to accidentally push breaking changes, especially with tying the versioning...
I believe it's basically about following the steps in https://github.com/tastejs/todomvc/blob/master/contributing.md. But I don't know more than that.
Is this to solve https://github.com/grpc/grpc-dart/issues/736? From the discussion there, I don't believe this is the right fix. Could you elaborate?