-
Notifications
You must be signed in to change notification settings - Fork 9
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-829 [CI] Moved CS and PHPUnit jobs to Github Actions #60
Conversation
.github/workflows/ci.yaml
Outdated
|
||
- name: Run test suite | ||
run: composer run-script --timeout=600 test | ||
|
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.
(whitespace leftover, which makes git complain about missing newline)
What editor are you using? VSCode?
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.
Thanks. Yes, VSCode
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.
We could add .editorconfig
files to each repository to prevent VSCode leaving trailing spaces. Or you could configure it to do it on it's own. I'm pretty sure there's an option for that.
.github/workflows/ci.yaml
Outdated
- '7.3' | ||
- '7.4' | ||
composer_options: [ "" ] | ||
experimental: [false] |
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.
Unused, could be removed?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Adjusting CI test to GitHub Actions instead of Travis
https://issues.ibexa.co/browse/IBX-829