GitBulletin

Repository: farcasterxyz/hub-monorepo

Revolutionizing CI: Linter and Tests Unite in Seamless Harmony!

2024-03-04 21:14:24 UTC

New commit streamlines GitHub Actions, cutting complexity while enhancing efficiency in software development.

Commit Details:

tests: Simplify ci tests (#1768) ## Motivation Simplify the tests to run linter alongside the tests instead of separate process to make maintaining `ci.yml` easier. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [X] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [X] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [X] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR simplifies GitHub Actions test runs and adjusts test concurrency in the `hubble` app. ### Detailed summary - Updated `test:ci` script concurrency to `-w 3` - Removed unnecessary steps in GitHub Actions workflow for `hubble` - Adjusted linting script execution order > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar