Skip to content

Commit

Permalink
style: order workspaces and use long-form CLI option (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored Mar 21, 2023
1 parent 28724f0 commit b1f04a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
strategy:
matrix:
workspace:
- express-graphql
- apollo-server
- mercurius
- graphql-yoga
- graphql-helix
- express-graphql
- graph-client
- graphql-helix
- graphql-yoga
- mercurius
env:
PORT: 4000
steps:
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
strategy:
matrix:
workspace:
- deno
- hotchocolate
- postgraphile
- pioneer
- deno
- postgraphile
env:
PORT: 4000
steps:
Expand All @@ -92,7 +92,7 @@ jobs:
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Start
run: yarn workspace ${{ matrix.workspace }} start -d --wait
run: yarn workspace ${{ matrix.workspace }} start --detach --wait
- name: Audit
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
- name: Summary
Expand Down

0 comments on commit b1f04a7

Please sign in to comment.