You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Currently, our examples testing loop is too slow. Changing just one of
the examples causes all of them to miss cache.
This PR instead runs tests only for changed examples. This is going to
end up being an even larger improvement given that I've additionally set
up a test for each package manager for each core-maintained example,
effectively tripling the amount of testing needed.
### Notes
This probably isn't the most elegant way to write this - but it was the
easiest to understand. GitHub Actions is just...really hard to work with
and my patience has run out. Maybe I'll clean this up later, or maybe
some kind soul will review me and give me a quick way to DRY it up.
- The additions in `.github/workflows` are all duplicates of each other,
but one for each example.
- The additions in `turborepo-tests/example-*` are creating tests for
all of our supported package managers where we used to only test one
package manager per example.
### Testing Instructions
CI
---------
Co-authored-by: Chris Olszewski <[email protected]>
0 commit comments