mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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:
parent
cb75c0f427
commit
bcf19c8fe2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -108,6 +108,9 @@ jobs:
|
||||||
- run: yarn test:e2e
|
- run: yarn test:e2e
|
||||||
env:
|
env:
|
||||||
database__connection__filename: /dev/shm/ghost-test.db
|
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:unit
|
||||||
- run: yarn test:regression
|
- run: yarn test:regression
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue