0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Disabled Ghost v1 and v2 CLI tests

refs 57ff38da8a

- we're dropping support for Node 10 which involved bumping the Node
  version we run our Ghost-CLI tests on but they fail because Ghost v1
  and v2 don't support Node 12
- this commit disables these tests until we come up with a good
  workaround
This commit is contained in:
Daniel Lockyer 2021-05-05 14:57:52 +01:00
parent 156900a4ae
commit 7360be5625
No known key found for this signature in database
GPG key ID: FFBC6FA2A6F6ABC1

View file

@ -147,17 +147,17 @@ jobs:
ghost install local -d $DIR ghost install local -d $DIR
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
- name: Update from latest v1 #- name: Update from latest v1
run: | #run: |
DIR=$(mktemp -d) #DIR=$(mktemp -d)
ghost install v1 --local -d $DIR #ghost install v1 --local -d $DIR
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip #ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
- name: Update from latest v2 #- name: Update from latest v2
run: | #run: |
DIR=$(mktemp -d) #DIR=$(mktemp -d)
ghost install v2 --local -d $DIR #ghost install v2 --local -d $DIR
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip #ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
- name: Update from latest v3 - name: Update from latest v3
run: | run: |