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:
parent
156900a4ae
commit
7360be5625
1 changed files with 10 additions and 10 deletions
20
.github/workflows/test.yml
vendored
20
.github/workflows/test.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue