Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Azure Pipelines YAML to enhance build and test stages #1161

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

will0684
Copy link
Member

  • Updated display names for clarity, changing 'Build' to 'Build Container' and 'Regression Tests' to 'Run Regression Tests'.
  • Added steps to install Node.js, enable Corepack, and install dependencies before running tests.
  • Introduced a new job for unit, integration, and accessibility tests using Jest and Cypress.
  • Removed the separate job for pushing the release candidate container.
  • Adjusted dependencies for the Push stage to depend on the Security Test stage instead of the Test stage.

- Updated display names for clarity, changing 'Build' to 'Build Container' and 'Regression Tests' to 'Run Regression Tests'.
- Added steps to install Node.js, enable Corepack, and install dependencies before running tests.
- Introduced a new job for unit, integration, and accessibility tests using Jest and Cypress.
- Removed the separate job for pushing the release candidate container.
- Adjusted dependencies for the Push stage to depend on the Security Test stage instead of the Test stage.
@will0684 will0684 merged commit f85158a into main Jan 21, 2025
3 checks passed
@will0684 will0684 deleted the revert-prod-yml branch January 21, 2025 13:56
Copy link

Copy link

@andr0272
Copy link
Contributor

Check out a preview of your pull request here: https://app-servicecanadalabs-dev-pr-preview-3.azurewebsites.net

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.

2 participants