Skip to content

Commit

Permalink
solidify parallel groups
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent 4a6493f commit e6893be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
matrix:
include:
- group: "A"
packages: "--workspace packages/agent --workspace packages/dids"
packages: "--workspace packages/agent"
- group: "B"
packages: "--workspace packages/api --workspace packages/common --workspace packages/credentials --workspace packages/crypto --workspace packages/identity-agent --workspace packages/proxy-agent --workspace packages/user-agent"
packages: "--workspace packages/common --workspace packages/crypto --workspace packages/dids --workspace packages/credentials --workspace packages/user-agent --workspace packages/proxy-agent --workspace packages/api --workspace packages/identity-agent"
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit e6893be

Please sign in to comment.