Skip to content

Commit

Permalink
chore: improve test parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 15, 2025
1 parent 417ba49 commit b8780b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
jobs:
description: How many Build Jobs to Run
required: false
default: 2
default: 4
ref:
description: Ref to Setup
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
github-token: ${{ secrets.GH_PACKAGES_ACCESS_TOKEN }}
restore-broccoli-cache: true
jobs: 2
jobs: 4
parallel-build: true
with-cert: true
install: true
Expand Down

0 comments on commit b8780b0

Please sign in to comment.