0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added staging db testing requirement (#21807)

We've agreed that all database changes going forward must be testing at
least on staging
This commit is contained in:
Fabien 'egg' O'Carroll 2024-12-05 07:15:33 +00:00 committed by GitHub
parent 3da2a9f64e
commit aecc32e151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ jobs:
### General requirements
- [ ] :warning: Tested on the staging database servers
- [ ] Satisfies idempotency requirement (both `up()` and `down()`)
- [ ] Does not reference models
- [ ] Filename is in the correct format (and correctly ordered)