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
Merge pull request #49 from DaKheera47/formatting-on-push
- don't run docker image build for every PR
- Automated Linting: Uses Biome to ensure code quality and consistency across the repository.
- Test Orchestration: Executes unit tests for the orchestrator service using Vitest.
- Parallel Build Verification: Implements a matrix build strategy to verify orchestrator and extractors simultaneously, reducing total CI runtime.
- Optimized Resource Usage:
- Concurrency Control: Automatically cancels outdated runs when new commits are pushed.
- Selective Script Execution: Skips heavy binary downloads (Camoufox) during extractor builds to speed up verification.
- Granular Caching: Configures project-specific dependency caching for faster installation.
0 commit comments