Skip to content

Commit

Permalink
chore: topological build order in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 14, 2023
1 parent b54053d commit e9e8730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
run: |
# Note the lack of spaces between package names.
PACKAGES_TO_BUILD="@noir-lang/types,@noir-lang/backend_barretenberg,@noir-lang/noir_js"
yarn workspaces foreach -vp --from "{$PACKAGES_TO_BUILD}" run build
yarn workspaces foreach -vtp --from "{$PACKAGES_TO_BUILD}" run build
- name: Run `integration-tests`
run: |
Expand Down

0 comments on commit e9e8730

Please sign in to comment.