Skip to content

Commit aed8d95

Browse files
jdaltonclaude
andcommitted
Simplify CI workflow configuration
Remove explicit parameters that match socket-registry defaults: - fail-fast, node-versions, os-versions defaults used - lint-script, type-check-script defaults used - test-script defaults used Replace test-setup-script with test:prepare command for clarity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9691d12 commit aed8d95

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ jobs:
2121
with:
2222
coverage-script: 'pnpm run test:unit:coverage'
2323
coverage-report-script: 'pnpm run coverage:percent --json'
24-
fail-fast: false
25-
lint-script: 'pnpm run check-ci'
26-
node-versions: '[20, 22, 24]'
27-
os-versions: '["ubuntu-latest", "windows-latest"]'
28-
test-script: 'pnpm run test-ci'
29-
test-setup-script: 'pnpm run build'
30-
test-timeout-minutes: 15
31-
type-check-script: 'pnpm run check:tsc'
32-
type-check-setup-script: 'pnpm run build'
24+
test-setup-script: 'pnpm run test:prepare'

0 commit comments

Comments
 (0)