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 5, 2024
1 parent bdf2e75 commit f8d59f1
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', 'transpiled-js', '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 f8d59f1

Please sign in to comment.