Skip to content

Commit

Permalink
chore(ci): improve dependency structure (#6200)
Browse files Browse the repository at this point in the history
This makes less things happen in parallel when they would just wait for
one another (making it hard to find logs)
  • Loading branch information
ludamad authored May 3, 2024
1 parent acab3de commit 3abc862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: earthly-ci --no-output ./noir-projects/+test

yarn-project-formatting:
needs: setup
needs: noir-projects
runs-on: ${{ github.actor }}-x86
steps:
- {
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
run: earthly-ci --no-output ./+barretenberg-acir-tests-bb.js

docs-preview:
needs: setup
needs: build
runs-on: ${{ inputs.username || github.actor }}-x86
if: github.event.number
steps:
Expand Down

0 comments on commit 3abc862

Please sign in to comment.