We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f0837 commit b19b50cCopy full SHA for b19b50c
1 file changed
.github/workflows/test.yml
@@ -36,8 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- test-group:
40
- [content, meta, rendering, routing, unit, graphql]
+ test-group: [content, meta, rendering, routing, unit, graphql]
41
steps:
42
# Each of these ifs needs to be repeated at each step to make sure the required check still runs
43
# Even if if doesn't do anything
0 commit comments