async-wait-until
async-wait-until copied to clipboard
[Sweep GHA Fix] Fix failing GitHub Actions on master branch
PR Feedback (click)
- [ ] 👍 Sweep Did Well
- [ ] 👎 Sweep Needs Improvement I created this PR to fix the failing GitHub Actions.## Description This PR fixes the failing GitHub Actions on the master branch by addressing the issues identified in the CI workflow and package configuration files. The modifications ensure that the correct test scripts are executed during the CI process and include code coverage reporting. Additionally, two new configuration files are created to configure Jest for unit and integration tests.
Summary of Changes
- Modified
.github/workflows/ci.yml
to update therun
commands for tests and integration tests. - Modified
package.json
to update the test scripts and include coverage reporting. - Created
jest.config.unit.js
to configure Jest for unit tests. - Created
jest.config.integration.js
to configure Jest for integration tests.
Please review and merge this PR to fix the failing GitHub Actions on the master branch.
Rollback Files For Sweep
- [ ] Rollback changes to .github/workflows/ci.yml
- [ ] Rollback changes to .github/workflows/ci.yml
- [ ] Rollback changes to package.json
- [ ] Rollback changes to package.json
- [ ] Rollback changes to jest.config.unit.js
- [ ] Rollback changes to jest.config.unit.js
- [ ] Rollback changes to jest.config.unit.js