Skip to content

Conversation

@Roopan-Microsoft
Copy link
Contributor

Purpose

  • This pull request includes several changes to the CI/CD workflow, Docker configuration, and frontend testing setup. The most important changes involve updates to the GitHub Actions workflow for building and pushing Docker images, enhancements to the Dockerfile, and the addition of mock files for frontend testing.

CI/CD Workflow Improvements:

  • .github/workflows/docker-build-and-push.yml: Updated the workflow to trigger on multiple events and branches, added steps to determine the Docker image tag based on the branch, and simplified the build and push process using the docker/build-push-action. [1] [2]

Docker Configuration Enhancements:

  • WebApp.Dockerfile: Added installation of development dependencies @types/node and @types/jest to the Docker image.

Frontend Testing Setup:

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.

Other Information

Bangarraju-Microsoft and others added 30 commits October 16, 2024 17:17
test: Frontend Unit test cases integrated
@Roopan-Microsoft Roopan-Microsoft merged commit 0f1d6c8 into main Feb 17, 2025
12 checks passed
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants