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
Lots of small fixes:
1. Alters the tests run on PRs and nightly. Full breakdown in
filters.yaml. Brief summary below.
a. If an individual linter or its subdir is changed, run tests (`[KGV,
Latest]`) on that linter.
b. If a test setup file in `tests/` is changed, run tests (`KGV`) on all
linters.
c. If `.trunk/trunk.yaml` is changed, run tests (`KGV`) on all linters
(important to include trunk version behavior).
d. If `linters/` or `readme.md` or `tests/` are changed, run repo tests.
e. Nightlies will run all tests (`[Snapshots, Latest]`) based on plugin
config in `main` AND all tests (`[Snapshots, Latest]`) on the latest
tagged release (and upload the result)
2. Add `SANDBOX_DEBUG` env var that preserves and logs the sandbox test
dir.
3. Expand the generate script for the helper action to include more
pertinent information about writing/configuring tests.
4. Add some additional information to the `tests/readme.md`.
I intend to eventually remove the logic that makes nightlies run on PRs
that modify .github/workflows/nightly.yaml
0 commit comments