Skip to content

Commit 4351130

Browse files
committed
chore(ci): normalize workflow to match shared defaults
Changed test-script from 'vitest run' to 'pnpm run test' to align with shared workflow defaults across all Socket repos.
1 parent dd6db74 commit 4351130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lint-script: 'pnpm run lint'
2424
node-versions: '[20, 22, 24]'
2525
os-versions: '["ubuntu-latest", "windows-latest"]'
26-
test-script: 'vitest run'
26+
test-script: 'pnpm run test'
2727
test-setup-script: 'pnpm run build'
2828
type-check-script: 'pnpm run check'
2929
type-check-setup-script: 'pnpm run build'

0 commit comments

Comments
 (0)