mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 486 forks source link

feat(workflows): add test-build workflow #11312

Closed caugner closed 1 week ago

caugner commented 2 weeks ago

Summary

(MP-1195)

Problem

Currently, we have a stage environment that gets deployed every night including changes from main, but we don't have a good environment for on-demand testing of experimental branches (except xyz, which is setup manually, and will be sunset).

Solution

Add a new test environment (already set up) with a new manual deployment.


How did you test this change?

Tested by temporarily overwriting the xyz-build workflow and running that workflow (see this workflow run).