mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Removed ghost-cli
dependency for canary build
- I had to disable ghost-cli tests whilst we're converting to a monorepo, so the canary build isn't triggered
This commit is contained in:
parent
2339577dd3
commit
c6e4127eaa
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -301,7 +301,7 @@ jobs:
|
||||
|
||||
canary:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [lint, migrations, unit-tests, database-tests, ghost-cli]
|
||||
needs: [lint, migrations, unit-tests, database-tests]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
name: Canary
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user