bullet-train-co / bullet_train

The Open Source Ruby on Rails SaaS Template
MIT License
1.58k stars 244 forks source link

Run the PartialTest on a dedicated CI node #1541

Closed jagthedrummer closed 2 weeks ago

jagthedrummer commented 2 weeks ago

Previously every node that ran any super scaffolding test would also run the super scaffolding test for PartialTest.

This PR makes it so that we run that test on a dedicated node, and all the other nodes won't run it.

It also consolidates some super scaffolding tests onto the same CI node so that instead of running them across 9 nodes we run on 5.