We have two main checks in place:
- on PR for an individual feature, affected features are tested
- onc a week, we run the entire test suite for all features.
That means, we do not need to run the full test suite on every commit to main anymore.
Instead, when pushed to main, we should only run:
- Validate devcontainer.json
- deploy features and update reamdes.
We have two main checks in place:
That means, we do not need to run the full test suite on every commit to
mainanymore.Instead, when pushed to
main, we should only run: