Ghost/ghost/core
Daniel Lockyer 2c067aa1bb Fixed hack to kill Ghost after boot in tests
- in the migration tests we need to boot Ghost and then kill it
  afterwards
- because there was no easy way to do this, the workflow waits for 20s
  and then kills the last process ID
- aside from being a terrible idea, it means we're also just arbitrarily
  waiting for 20s, which burns time when it takes shorter to boot Ghost
- this commit implements an environment variable that will kill the
  server once it has run the whole boot process, and then fixes the
  workflow to use that
2023-06-22 15:32:48 +02:00
..
content 🎨 Updated Casper to v5.4.11 2023-06-16 15:02:41 +00:00
core Fixed hack to kill Ghost after boot in tests 2023-06-22 15:32:48 +02:00
test Added Playwright tests to comments-ui 2023-06-22 15:06:13 +02:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js Enabled errors for our error rules in eslint (#17041) 2023-06-16 14:50:06 +02:00
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Merged v5.52.3 into main 2023-06-21 15:37:59 +00:00
playwright.config.js