mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Added upgrade from v1 to Ghost-CLI tests
no issue
This commit is contained in:
parent
a0c7068127
commit
53f96245e4
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…
Reference in New Issue
Block a user