async-wait-until icon indicating copy to clipboard operation
async-wait-until copied to clipboard

[Sweep GHA Fix] Fix failing GitHub Actions on master branch

Open sweep-ai[bot] opened this issue 1 year ago • 1 comments

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 the run 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.

sweep-ai[bot] avatar Jan 27 '24 11:01 sweep-ai[bot]

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

sweep-ai[bot] avatar Jan 27 '24 11:01 sweep-ai[bot]