mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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:
parent
e8081f6691
commit
8fa9536122
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue