Skip to content

fix: separate e2e workflow, restore test-app tsconfig#17

Merged
vklimontovich merged 7 commits intomainfrom
vklimontovich/fix-ci-run
Feb 10, 2026
Merged

fix: separate e2e workflow, restore test-app tsconfig#17
vklimontovich merged 7 commits intomainfrom
vklimontovich/fix-ci-run

Conversation

@vklimontovich
Copy link
Copy Markdown
Collaborator

Summary

  • Moved e2e tests from CI workflow to a dedicated e2e.yml workflow
  • E2E workflow runs only on PRs to main and pushes to main (not every commit)
  • Uses concurrency groups to avoid duplicate runs on PR merge
  • Restored e2e/test-app/tsconfig.json (accidentally deleted in f0d4b47) — needed for @/* path alias

Test plan

  • CI workflow passes (typecheck, lint, format, test, build)
  • E2E workflow triggers and passes on this PR

🤖 Generated with Claude Code

vklimontovich and others added 7 commits February 9, 2026 10:44
Move e2e tests to a dedicated workflow that runs only on PRs to main
and pushes to main. Restore accidentally deleted tsconfig.json needed
for @/ path alias resolution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vklimontovich vklimontovich merged commit 98bde0d into main Feb 10, 2026
5 checks passed
@vklimontovich vklimontovich deleted the vklimontovich/fix-ci-run branch February 10, 2026 19:14
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.

1 participant