1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Test workflow and jest configuration cleaning (#17759)

This commit is contained in:
James M. Greene
2021-02-09 10:52:28 -06:00
committed by GitHub
parent 207c536609
commit a469193704
4 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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