mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed CI test for installing the latest release
no issue - now 4.0 is out, the latest version is going to be higher than the version we're trying to manually update to in this test - the "latest version" for the 3.x branch should be v3 anyway, so this commit updates that test to explicitly install v3
This commit is contained in:
parent
f71a969083
commit
33470f2a23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -136,7 +136,7 @@ jobs:
|
|||
- name: Latest Release
|
||||
run: |
|
||||
DIR=$(mktemp -d)
|
||||
ghost install local -d $DIR
|
||||
ghost install v3 --local -d $DIR
|
||||
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
- name: Upgrade from latest v1
|
||||
|
|
Loading…
Reference in a new issue