Skip to content

Commit

Permalink
ci: build:gen:typescript for itk-wasm browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 11, 2024
1 parent fe9efe3 commit 6ac13d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults:
jobs:

test-cypress:
name: itk-wasm reference packages browser tests
name: browser tests
runs-on: ubuntu-22.04
strategy:
max-parallel: 3
Expand Down Expand Up @@ -109,6 +109,10 @@ jobs:
version: 8
run_install: true

- name: Build build:gen:typescript
run: |
pnpm run --aggregate-output build:gen:typescript
- name: Build itk-wasm
run: |
pnpm run --aggregate-output --filter itk-wasm build
Expand Down

0 comments on commit 6ac13d2

Please sign in to comment.