Skip to content
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

Merged
merged 5 commits into from
Sep 24, 2021

Conversation

piotrbisaga
Copy link
Contributor

@piotrbisaga piotrbisaga commented Sep 13, 2021

Adjusting CI test to GitHub Actions instead of Travis
https://issues.ibexa.co/browse/IBX-829

@piotrbisaga piotrbisaga changed the title IBX-829 [CI] Moved jobs to Github Actions IBX-829 [CI] Moved CS and PHPUnit jobs to Github Actions Sep 15, 2021
@piotrbisaga piotrbisaga self-assigned this Sep 15, 2021

- name: Run test suite
run: composer run-script --timeout=600 test

Copy link

@Steveb-p Steveb-p Sep 16, 2021

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)

Suggested change

What editor are you using? VSCode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Yes, VSCode

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.

@piotrbisaga piotrbisaga marked this pull request as ready for review September 16, 2021 09:37
- '7.3'
- '7.4'
composer_options: [ "" ]
experimental: [false]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused, could be removed?

@sonarcloud
Copy link

sonarcloud bot commented Sep 23, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@micszo micszo merged commit fad3c2a into 1.0 Sep 24, 2021
@micszo micszo deleted the IBX-829-Moved-to-GHActions branch September 24, 2021 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants