0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed linting and unit tests running on all packages

- this was leftover from the transition to a monorepo but we should be
  running linting and tests on all packages
This commit is contained in:
Daniel Lockyer 2022-07-21 09:44:15 +02:00
parent 6192ae4620
commit 5940fa630b
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -17,9 +17,6 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-18.04
defaults:
run:
working-directory: ghost/core
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
name: Lint
steps:
@ -114,9 +111,6 @@ jobs:
unit-tests:
runs-on: ubuntu-18.04
defaults:
run:
working-directory: ghost/core
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix: