diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index 9c84db7802..6821a035e9 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - test-group: [content, meta, rendering, routing, unit, links-and-images] + test-group: [content, graphql, meta, rendering, routing, unit] steps: - name: Check out repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 00a801d152..a30d60173a 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - test-group: [content, meta, rendering, routing, unit] + test-group: [content, graphql, meta, rendering, routing, unit] steps: - name: Check out repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2871f2088f..c7d6acb03e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - test-group: [content, meta, rendering, routing, unit, graphql] + test-group: [content, graphql, meta, rendering, routing, unit] steps: # Each of these ifs needs to be repeated at each step to make sure the required check still runs # Even if if doesn't do anything diff --git a/jest.config.js b/jest.config.js index 6d211c19a4..acd494f791 100644 --- a/jest.config.js +++ b/jest.config.js @@ -34,7 +34,9 @@ module.exports = { testPathIgnorePatterns: [ 'node_modules/', 'vendor/', + 'tests/fixtures/', 'tests/helpers/', + 'tests/javascripts/', ...isBrowser ? [] : ['tests/browser/browser.js'] ], testMatch: [