Phase #3: Add GitHub Actions CI workflow#20612
Open
souhailmerroun wants to merge 1 commit intocommunity-edition-elasticsearch-8.17-upgradefrom
Open
Phase #3: Add GitHub Actions CI workflow#20612souhailmerroun wants to merge 1 commit intocommunity-edition-elasticsearch-8.17-upgradefrom
souhailmerroun wants to merge 1 commit intocommunity-edition-elasticsearch-8.17-upgradefrom
Conversation
This adds a GitHub Actions workflow alongside the existing CircleCI configuration. The workflow includes: - Checkout and build jobs with artifact caching - Backend static analysis (PHPStan, PHP-CS-Fixer, container lint) - Backend unit tests (PHPSpec) - Backend acceptance tests (Behat) - Frontend static analysis (TypeScript, ESLint) - Frontend unit tests (Jest) - Backend PHPUnit integration tests (5 shards) - Backend migration tests - Cypress sanity checks - Behat legacy tests (10 shards) The workflow uses GitHub's service containers for MySQL 8.0.34 and Elasticsearch 8.17.0, matching the upgraded versions in this branch. Both CI systems are kept active during the transition period. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What's included
checkoutbuildtest-back-statictest-back-unittest-back-acceptancetest-front-statictest-front-unittest-back-phpunittest-back-migrationscypress-sanitytest-back-behat-legacyServices
The workflow uses GitHub's service containers:
Job Dependencies
Test plan
🤖 Generated with Claude Code