mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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:
parent
3b8cdb1657
commit
a0c7068127
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue