Skip to content

chore(CI): run E2E type checker#6882

Merged
chenjiahan merged 1 commit intomainfrom
ci_e2e_type_0101
Jan 2, 2026
Merged

chore(CI): run E2E type checker#6882
chenjiahan merged 1 commit intomainfrom
ci_e2e_type_0101

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

Added a new "run type checker" step to the E2E job in the workflow to ensure type safety for E2E tests.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings January 1, 2026 13:33
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 1, 2026

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 5d79a57
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/695677af38e3ef0008915bb9
😎 Deploy Preview https://deploy-preview-6882--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 65 (🔴 down 3 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds TypeScript type checking to the E2E CI workflow and updates the test runner from npm to pnpm. The changes include adding type annotations to a PostCSS plugin configuration file and modifying the GitHub Actions workflow to run the type checker after E2E tests.

Key changes:

  • Added a new "Run E2E type checker" step to the e2e job in the CI workflow
  • Updated test commands from npm run to pnpm run for consistency with the rest of the workflow
  • Added TypeScript type annotations to the PostCSS plugin configuration

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/test.yml Added type checker step to e2e job and updated test commands from npm to pnpm
e2e/cases/css/postcss-add-plugins/rsbuild.config.ts Added TypeScript type annotations to function parameters for type safety

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chenjiahan chenjiahan merged commit 3f659d4 into main Jan 2, 2026
17 checks passed
@chenjiahan chenjiahan deleted the ci_e2e_type_0101 branch January 2, 2026 01:28
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.

2 participants