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 b44ad06015
Fixed browser tests yielding a false passing result in CI (#21401)
no issue

- Browser tests in CI were yielding a passing result even if one or more
tests failed (including retries).
- The `yarn dev` command that triggers the browser tests in CI was
catching any errors and exiting with code 0, resulting in a  in CI.
- This commit changes `yarn dev` to exit with code 1 if the browser
tests fail, so that CI will correctly fail if any of the browser tests
fail.
2024-10-24 17:22:37 -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 Fixed browser tests yielding a false passing result in CI (#21401) 2024-10-24 17:22:37 -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