Skip to content

Commit

Permalink
Run the blueprint tests in parallel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Oct 7, 2024
1 parent dd62d35 commit f41d8ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,14 @@ jobs:
name: Blueprint Tests
runs-on: ubuntu-latest
needs: [lint]
strategy:
matrix:
script-name: ['js', 'js-from-ts', 'ts']
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: test
run: pnpm test:blueprints
run: pnpm test:blueprints:${{matrix.script-name}}

browser-test:
name: Browser Tests (Firefox)
Expand Down

0 comments on commit f41d8ae

Please sign in to comment.