mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Switched CI to using v4 Casper
no issue - some new GScan changes mean that CI now throws a warning when using v3 Casper, which causes tests to fail - we need to switch to v4 to get the tests to pass - we can't put v4 Casper in `main` because it'll autodeploy and be unusable for anyone downloading until Ghost 4.0 is released
This commit is contained in:
parent
ecdc9eaefd
commit
a39f15c196
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -133,6 +133,10 @@ jobs:
|
||||||
node-version: '10.13.0'
|
node-version: '10.13.0'
|
||||||
- run: npm install -g ghost-cli@latest
|
- run: npm install -g ghost-cli@latest
|
||||||
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
|
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
|
||||||
|
|
||||||
|
- run: git checkout 4.0
|
||||||
|
working-directory: content/themes/casper
|
||||||
|
|
||||||
- run: zip -r ghost.zip .
|
- run: zip -r ghost.zip .
|
||||||
|
|
||||||
- name: Clean Install
|
- name: Clean Install
|
||||||
|
|
Loading…
Reference in a new issue