From 5940fa630b3b8ebc6e18c11ddbc1c9bd4d08e98a Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 21 Jul 2022 09:44:15 +0200 Subject: [PATCH] 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 --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5484076465..9aca1f1408 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: