|
|
|
|
|
by esafak
386 days ago
|
|
I use Github Actions triggers to pass flags to a monorepo dagger script to build and test the affected components. For example, if a commit touches the front- and back ends, rebuild both. If it only touches the front end, run integration tests using the latest backend without rebuilding it. edit: spell out GHA |
|