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:
Daniel Lockyer 2022-07-22 10:36:47 +02:00
parent 2339577dd3
commit c6e4127eaa
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -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: