Commit 1d967a3
committed
Install purge in CI, so the kernel tests can actually run.
Wiring the phpunit job was verified by running the unit tests inside the
CI image locally. That missed the kernel tests, which install quant_purger
and therefore need drupal/purge. CI only installed drupal/token, so all 14
purger kernel tests errored with "Unavailable module: 'purge'" on every
push since the job was added.
The suite passes locally because the harness has purge installed for the
end-to-end work. Verifying a CI change by running part of it locally was
not verifying it; the run on the pull request was.1 parent 6770485 commit 1d967a3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments