Added `npm version minor` to Ghost-CLI tests

no issue

- migrations in master aren't run in Ghost-CLI tests because the
  package.json version is less than the migration versions
- we should be able to artificially bump the package.json so they get
  run
This commit is contained in:
Daniel Lockyer 2020-06-29 21:46:36 +01:00
parent 3b8cdb1657
commit a0c7068127
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ jobs:
with:
node-version: '10.13.0'
- run: npm install -g ghost-cli@latest
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
- run: zip -r ghost.zip .
- name: Clean Install