Commit de95cd7
committed
ci(test-optimization): run datadog-plugin-jest unit spec
`packages/datadog-plugin-jest/test/util.spec.js` is matched by
`test:plugins`' glob but no workflow set `PLUGINS=jest` for
`test:plugins:ci`; the existing `integration-jest` matrix runs
`integration-tests/jest/*.spec.js` only, which does not cover the
plugin package's own unit tests. The new joint check flagged it as
never reached.
Add a single `jest:` job invoking the `plugins/test` composite action.
`util.spec.js` is a pure unit test on `getFormattedJestTestParameters`
and `getJestSuitesToRun`, so no service containers or matrix axes are
needed beyond what `plugins/test` already covers (oldest-maintenance
and latest Node).1 parent 963c02c commit de95cd7
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
209 | 222 | | |
210 | 223 | | |
211 | 224 | | |
| |||
0 commit comments