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:
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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue