mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Disabled Ghost-CLI test
- this is broken for now until I have dependency bundling working for the monorepo
This commit is contained in:
parent
9fa789159c
commit
b65816f421
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -260,7 +260,7 @@ jobs:
|
|||
|
||||
ghost-cli:
|
||||
name: Ghost-CLI
|
||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
if: false && github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
runs-on: ubuntu-18.04
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue