File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
workspace :
20
- - express-graphql
21
20
- apollo-server
22
- - mercurius
23
- - graphql-yoga
24
- - graphql-helix
21
+ - express-graphql
25
22
- graph-client
23
+ - graphql-helix
24
+ - graphql-yoga
25
+ - mercurius
26
26
env :
27
27
PORT : 4000
28
28
steps :
@@ -63,10 +63,10 @@ jobs:
63
63
strategy :
64
64
matrix :
65
65
workspace :
66
+ - deno
66
67
- hotchocolate
67
- - postgraphile
68
68
- pioneer
69
- - deno
69
+ - postgraphile
70
70
env :
71
71
PORT : 4000
72
72
steps :
92
92
*.cache-from=type=gha
93
93
*.cache-to=type=gha,mode=max
94
94
- name : Start
95
- run : yarn workspace ${{ matrix.workspace }} start -d --wait
95
+ run : yarn workspace ${{ matrix.workspace }} start --detach --wait
96
96
- name : Audit
97
97
run : node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
98
98
- name : Summary
You can’t perform that action at this time.
0 commit comments