mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added fix for cron job
no issue - crob job is running acceptance tests and not regression tests - not 100% sure this is the cause, but let's try it
This commit is contained in:
parent
3124d23ccf
commit
e2757d18f8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ install:
|
|||
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues
|
||||
|
||||
script: |
|
||||
if [ "${TRAVIS_EVENT_TYPE}" = "cron" && "${TEST_SUITE}" != "lint" ]; then
|
||||
if [ "${TRAVIS_EVENT_TYPE}" = "cron" ] && [ "${TEST_SUITE}" != "lint" ]; then
|
||||
yarn test:regression
|
||||
else
|
||||
yarn test
|
||||
|
|
Loading…
Add table
Reference in a new issue