mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Added upgrade from v1 to Ghost-CLI tests
no issue
This commit is contained in:
parent
a0c7068127
commit
53f96245e4
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -82,7 +82,13 @@ jobs:
|
|||
ghost install local -d $DIR
|
||||
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
- name: Previous Major
|
||||
- name: Upgrade from v1
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install v1 --local -d $DIR
|
||||
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
- name: Upgrade from v2
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install v2 --local -d $DIR
|
||||
|
|
Loading…
Add table
Reference in a new issue