You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate CI/CD test pipeline into GitHub Actions
- Added a new step in the GitHub Actions CI workflow to automatically run tests on all push and pull requests.
- Updated the `.github/workflows/ci.yml` file to include a `Run Tests` step executing `npm test`.
- Verified the YAML schema structure and local test execution to ensure proper functionality.
0 commit comments