mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
e9c1e3d022
Previously, if Core QUnit 1 failed, then QUnit 2/3 wouldn't even be attempted. When dealing with multiple failures, this can make the feedback cycle. Setting `if: always()` ensures that the steps run regardless of any earlier failures. This is the same approach we take in the linting workflow.