Skip to content

chore: Fix release workflow after vitest migration#10155

Merged
felixpalmer merged 1 commit intomasterfrom
felix/update-release-vitest
Mar 31, 2026
Merged

chore: Fix release workflow after vitest migration#10155
felixpalmer merged 1 commit intomasterfrom
felix/update-release-vitest

Conversation

@felixpalmer
Copy link
Copy Markdown
Collaborator

Background

The vitest migration #9969 removed the test: 'test/node.ts' entry from .ocularrc.js and test/node.ts. The release workflow still calls npx ocular-test dist, which now falls back to looking for test/index.ts which doesn't exist. This breaks the release process: https://github.com/visgl/deck.gl/actions/runs/23791415785/job/69327679358

Change List

  • yarn test-fast instead of npx ocular-test dist

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 80.34%. remained the same
when pulling a7e23fe on felix/update-release-vitest
into 90aed0b on master.

@felixpalmer felixpalmer merged commit 5762cf8 into master Mar 31, 2026
5 checks passed
@felixpalmer felixpalmer deleted the felix/update-release-vitest branch March 31, 2026 19:30
@chrisgervang chrisgervang added this to the v9.3 milestone Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants