Skip to content

Commit

Permalink
Generate in parallel in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Aug 3, 2024
1 parent 3abd4f6 commit 3727712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,14 @@ jobs:
- name: Generate (branch)
working-directory: branch
run: npm run test:gen
env:
PARALLEL: '--parallel'

- name: Generate (main)
working-directory: main
run: npm run test:gen || true # We don't want to block on main failing to generate
env:
PARALLEL: '--parallel'

- name: Diff the outputs
run: |
Expand Down

0 comments on commit 3727712

Please sign in to comment.