Skip to content

[fix] Add Docker containerization for Next.js app in CI workflow#496

Open
SC-vishathamarasinghe wants to merge 3 commits intodevfrom
bcn/ft/QA_fix/upstream
Open

[fix] Add Docker containerization for Next.js app in CI workflow#496
SC-vishathamarasinghe wants to merge 3 commits intodevfrom
bcn/ft/QA_fix/upstream

Conversation

@SC-vishathamarasinghe
Copy link
Collaborator

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)

  • Docker Image Building: Added steps to build a Docker image from the Next.js application
  • Container Execution: The application now runs in an isolated Docker container instead of directly on the runner
  • Docker Verification: Added validation steps to ensure Docker is available and required files exist
  • Container Management: Proper container lifecycle management (start, wait for readiness, cleanup)

2. Updated Setup Action (.github/actions/setup-app/action.yml)

  • Modified to work with Docker-based workflow
  • Maintains compatibility with existing component installation process

3. TypeScript Configuration (svg.d.ts)

  • Added type declarations for SVG imports to resolve TypeScript compilation errors
  • Ensures proper type checking for SVG assets

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blok-dev Ready Ready Preview, Comment Jan 30, 2026 11:11am
blok-shadcn Ready Ready Preview, Comment Jan 30, 2026 11:11am

Request Review

@github-actions
Copy link

✅ Playwright Test Results

@SC-vishathamarasinghe

Status: Passed | Workflow: Playwright Tests

Metric Count
Total Tests 48
Passed 48
Failed 0
⏭️ Skipped 0

Details

Test Report

  • Playwright Report: Download Report
    • Download the playwright-report artifact from the workflow run
    • Extract and open index.html in a browser to view the full HTML report
    • The report includes detailed test results, screenshots, and traces

All tests passed successfully!


This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.

@github-actions
Copy link

✅ Playwright Test Results

@SC-vishathamarasinghe

Status: Passed | Workflow: Playwright Tests

Metric Count
Total Tests 48
Passed 48
Failed 0
⏭️ Skipped 0

Details

Test Report

  • Playwright Report: Download Report
    • Download the playwright-report artifact from the workflow run
    • Extract and open index.html in a browser to view the full HTML report
    • The report includes detailed test results, screenshots, and traces

All tests passed successfully!


This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.

@github-actions
Copy link

✅ Playwright Test Results

@SC-vishathamarasinghe

Status: Passed | Workflow: Playwright Tests

Metric Count
Total Tests 48
Passed 48
Failed 0
⏭️ Skipped 0

Details

Test Report

  • Playwright Report: Download Report
    • Download the playwright-report artifact from the workflow run
    • Extract and open index.html in a browser to view the full HTML report
    • The report includes detailed test results, screenshots, and traces

All tests passed successfully!


This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.

@github-actions
Copy link

✅ Playwright Test Results

@SC-vishathamarasinghe

Status: Passed | Workflow: Playwright Tests

Metric Count
Total Tests 48
Passed 48
Failed 0
⏭️ Skipped 0

Details

Test Report

  • Playwright Report: Download Report
    • Download the playwright-report artifact from the workflow run
    • Extract and open index.html in a browser to view the full HTML report
    • The report includes detailed test results, screenshots, and traces

All tests passed successfully!


This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.

@github-actions
Copy link

✅ Playwright Test Results

@SC-vishathamarasinghe

Status: Passed | Workflow: Playwright Tests

Metric Count
Total Tests 48
Passed 48
Failed 0
⏭️ Skipped 0

Details

Test Report

  • Playwright Report: Download Report
    • Download the playwright-report artifact from the workflow run
    • Extract and open index.html in a browser to view the full HTML report
    • The report includes detailed test results, screenshots, and traces

All tests passed successfully!


This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.

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