mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Re-enabled Ghost-CLI upgrade tests
no issue - now GScan has been updated to support v4, we should be able to run these tests again
This commit is contained in:
parent
3e39239af0
commit
5a758ea86e
1 changed files with 15 additions and 15 deletions
30
.github/workflows/test.yml
vendored
30
.github/workflows/test.yml
vendored
|
@ -135,23 +135,23 @@ jobs:
|
|||
DIR=$(mktemp -d)
|
||||
ghost install local -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
#- name: Latest Release
|
||||
# run: |
|
||||
# DIR=$(mktemp -d)
|
||||
# ghost install local -d $DIR
|
||||
# ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
- name: Latest Release
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install local -d $DIR
|
||||
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
# - name: Upgrade from latest v1
|
||||
# run: |
|
||||
# DIR=$(mktemp -d)
|
||||
# ghost install v1 --local -d $DIR
|
||||
# ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
- name: Upgrade from latest v1
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install v1 --local -d $DIR
|
||||
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
# - name: Upgrade from latest v2
|
||||
# run: |
|
||||
# DIR=$(mktemp -d)
|
||||
# ghost install v2 --local -d $DIR
|
||||
# ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
- name: Upgrade from latest v2
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install v2 --local -d $DIR
|
||||
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
- uses: daniellockyer/action-slack-build@master
|
||||
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
|
|
Loading…
Reference in a new issue