Skip to content

ci workflow added - #71

Open
SysMind97 wants to merge 1 commit into
FinVerify:mainfrom
SysMind97:ci
Open

ci workflow added#71
SysMind97 wants to merge 1 commit into
FinVerify:mainfrom
SysMind97:ci

Conversation

@SysMind97

@SysMind97 SysMind97 commented Aug 19, 2026

Copy link
Copy Markdown

Description

This PR resolves the missing CI workflow for the finverify-extension workspace. It adds an automated GitHub Actions workflow that triggers on any pull requests affecting the extension files.

Changes

  • Created .github/workflows/extension-tests.yml to mirror existing test workflows.
  • Added path filtering to restrict runs to changes within finverify-extension/**.
  • Configured Node.js setup with NPM caching for faster build times.
  • Included Playwright browser installation with system dependencies to support E2E tests.
  • Set up execution sequence for typecheck, lint, and test scripts.

Related Issues

Closes #66

Checklist

  • Workflow syntax is valid
  • Path filters point to the correct workspace directory
  • Playwright dependencies are handled properly

@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the aadi's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Add CI for the extension (typecheck, lint, unit + e2e)

1 participant