0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.github/scripts
Chris Raible fe9b01910d
Cleaned up browser test output in CI (#21462)
no issue

- The browser test output in CI is really noisy, because the `NX_DAEMON`
doens't run in CI, but we're trying to use NX to watch and rebuild the
typescript modules. This is outputting a ton of "NX Daemon is not
running" type of errors, which make it difficult to sift through the
actual test results.
- We don't actually need to watch the typescript files, we just need to
build them once before starting. This is defined as an NX dependency for
the browser tests target, so we don't need to explicitly build the TS
packages at all. Removing the typescript watch & build command removes
the noisy errors, without impacting how the tests actually run.
2024-10-30 12:39:41 -07:00
..
grafana Added prometheus and grafana services to docker compose (#21213) 2024-10-03 14:43:07 -07:00
mysql-preload Added MySQL setup via Docker 2023-12-07 10:57:47 +01:00
prometheus Added prometheus and grafana services to docker compose (#21213) 2024-10-03 14:43:07 -07:00
bump-version.js Exported Git commit hash from update script 2024-09-24 14:08:38 +02:00
clean.sh Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00
dev.js Cleaned up browser test output in CI (#21462) 2024-10-30 12:39:41 -07:00
docker-compose.yml Remove docker-compose version 2024-10-08 14:34:11 +01:00
setup.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00