Skip to content

Commit

Permalink
ci(cypress): test transform-io
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 12, 2024
1 parent bd85af5 commit b211f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
package: [compress-stringify, compare-images, dicom, mesh-io, image-io, downsample]
package: [compress-stringify, compare-images, dicom, mesh-io, image-io, transform-io, downsample]

steps:
- name: Checkout
Expand Down Expand Up @@ -138,6 +138,7 @@ jobs:
# Test deps
pnpm run --aggregate-output --filter "@itk-wasm/demo-app" build
pnpm run --aggregate-output --filter "@itk-wasm/mesh-io" build
pnpm run --aggregate-output --filter "@itk-wasm/transform-io" build
pnpm run --aggregate-output --filter "@itk-wasm/image-io" build
- name: Test itk-wasm with Chrome
Expand Down

0 comments on commit b211f1e

Please sign in to comment.