-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-827 Moving Jobs on 1.0 ez-support-tools #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add unit tests execution to Github Actions (only CS is executed right now).
After it's done we can get rid of the Travis configuration, because all of the jobs will be on Github Actions (only CS and Unit tests are on this branch).
6a9d406
to
3d0301d
Compare
.github/workflows/ci.yaml
Outdated
with: | ||
php-version: ${{ matrix.php }} | ||
coverage: none | ||
extensions: redis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this different than the standard value in the template (extensions: pdo_sqlite, gd
), what difference does it make?
Correction in ci.yaml
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YAML indentation is incorrect. It should be 4 spaces.
@mnocon during merge up I've noticed that there are behat tests upstream, which would be removed by the change. Therefore |
@Steveb-p I've merged this PR upstream (1.0 -> 2.3 -> master) |
No description provided.