[ ] 👎 Sweep Needs Improvement
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the failing GitHub Actions run by addressing potential issues in the workflow configuration. The following changes have been made:
Updated the linting step to treat warnings as errors.
Updated the testing step to generate test coverage reports.
Updated the build step to suppress unnecessary output.
Updated the integration testing step to run tests sequentially.
Summary of Changes
Modified .github/workflows/ci.yml:
Updated the linting step to include the --max-warnings 0 flag.
Updated the testing step to include the --coverage flag.
Updated the build step to include the --silent flag.
Updated the integration testing step to include the --runInBand flag.
Please review and merge this PR to fix the failing GitHub Actions run.
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 run by addressing potential issues in the workflow configuration. The following changes have been made:
Updated the linting step to treat warnings as errors.
Updated the testing step to generate test coverage reports.
Updated the build step to suppress unnecessary output.
Updated the integration testing step to run tests sequentially.
Summary of Changes
.github/workflows/ci.yml
:--max-warnings 0
flag.--coverage
flag.--silent
flag.--runInBand
flag.Please review and merge this PR to fix the failing GitHub Actions run.