Skip to content

Commit b1f04a7

Browse files
authored
style: order workspaces and use long-form CLI option (#61)
1 parent 28724f0 commit b1f04a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/audits.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
workspace:
20-
- express-graphql
2120
- apollo-server
22-
- mercurius
23-
- graphql-yoga
24-
- graphql-helix
21+
- express-graphql
2522
- graph-client
23+
- graphql-helix
24+
- graphql-yoga
25+
- mercurius
2626
env:
2727
PORT: 4000
2828
steps:
@@ -63,10 +63,10 @@ jobs:
6363
strategy:
6464
matrix:
6565
workspace:
66+
- deno
6667
- hotchocolate
67-
- postgraphile
6868
- pioneer
69-
- deno
69+
- postgraphile
7070
env:
7171
PORT: 4000
7272
steps:
@@ -92,7 +92,7 @@ jobs:
9292
*.cache-from=type=gha
9393
*.cache-to=type=gha,mode=max
9494
- name: Start
95-
run: yarn workspace ${{ matrix.workspace }} start -d --wait
95+
run: yarn workspace ${{ matrix.workspace }} start --detach --wait
9696
- name: Audit
9797
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
9898
- name: Summary

0 commit comments

Comments
 (0)