0
Fork 0
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:
Daniel Lockyer 2021-02-09 16:18:40 +00:00
parent 3e39239af0
commit 5a758ea86e

View file

@ -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'