0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed CI not running integration tests

refs: 726db1c0e

- I totally forgot/missed that we run each test suite individually on CI, rather than using `yarn test:all`
This commit is contained in:
Hannah Wolfe 2021-10-14 12:23:07 +01:00
parent cb75c0f427
commit bcf19c8fe2
No known key found for this signature in database
GPG key ID: 9F8C7532D0A6BA55

View file

@ -108,6 +108,9 @@ jobs:
- run: yarn test:e2e
env:
database__connection__filename: /dev/shm/ghost-test.db
- run: yarn test:integration
env:
database__connection__filename: /dev/shm/ghost-test.db
- run: yarn test:unit
- run: yarn test:regression
env: