Skip to content

Commit ebbcdce

Browse files
dahliaclaude
andcommitted
Use mise run test:deno in CI for consistency
Replace direct deno task call with mise run to maintain consistency with the rest of the workflow and ensure the mise-managed toolchain is used consistently. #520 (comment) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ce1a167 commit ebbcdce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
version: 2025.12.12
6363
- run: mise run install
64-
- run: deno task test --coverage=.cov --junit-path=.test-report.xml
64+
- run: mise run test:deno -- --coverage=.cov --junit-path=.test-report.xml
6565
env:
6666
RUST_BACKTRACE: ${{ runner.debug }}
6767
LOG: ${{ runner.debug && 'always' || '' }}

0 commit comments

Comments
 (0)