[fix] Add Docker containerization for Next.js app in CI workflow#496
[fix] Add Docker containerization for Next.js app in CI workflow#496SC-vishathamarasinghe wants to merge 3 commits intodevfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
bdf4f69 to
46a2a70
Compare
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
This PR updates the GitHub Actions workflow to use Docker for building and running the Next.js application during CI/CD pipeline execution. This change improves isolation, reproducibility, and consistency across different environments.
1. Updated Playwright Workflow (
.github/workflows/playwright.yml)2. Updated Setup Action (
.github/actions/setup-app/action.yml)3. TypeScript Configuration (
svg.d.ts)