8467 shaares
202 private links
202 private links
CI files should be kept simple and only start a command for each task. The local and CI tasks will remain the same: build, test, or dependency installation are the common cases.
At some point, environment variables become necessary but the complexity should remain O(1). It should not be adjusted based on features.