x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Enhance CI/CD to Run Unit Tests on PRs #8

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Depends on:

GH-7

Description:

Update the CI/CD pipeline to include the execution of unit tests for all pull requests made to the main branch.

Acceptance Criteria:

  1. CI/CD pipeline runs unit tests alongside the build process.
  2. Test results are reported in the PR.
  3. Setup ensures that PRs can’t be merged until tests pass