Skip to content

Commit

Permalink
Fixed Ghost-CLI tests on 4.x
Browse files Browse the repository at this point in the history
- the test installs the latest version but we've released 5.x now so we
  should hardcode it to v4
  • Loading branch information
daniellockyer committed May 30, 2022
1 parent c4952bc commit d258594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Latest Release
run: |
DIR=$(mktemp -d)
ghost install local -d $DIR
ghost install v4 --local -d $DIR
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
#- name: Update from latest v1
Expand Down

0 comments on commit d258594

Please sign in to comment.