Updated test labelling in GitHub Action workflow

- I'm expecting to add other v2 tests soon, so it's good to specify
  which v2 we're testing here
This commit is contained in:
Daniel Lockyer 2020-08-18 13:10:34 +01:00
parent e8081f6691
commit 8fa9536122
1 changed files with 2 additions and 2 deletions

View File

@ -83,13 +83,13 @@ jobs:
ghost install local -d $DIR
ghost update -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
- name: Upgrade from v1
- 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 v2
- name: Upgrade from latest v2
run: |
DIR=$(mktemp -d)
ghost install v2 --local -d $DIR