-
-
Notifications
You must be signed in to change notification settings - Fork 25
Improve error handling, added testcoverage #4
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
Conversation
|
@localheinz maybe you have an idea why the github action based sanity tests in this PR dont work? it seems the action doesnt even start.. |
541f384 to
de68443
Compare
|
Looks like the workflow definition was in the wrong directory - I have merged it with I hope you don't mind me pushing into this branch! |
|
Thank you so much. |
| extensions: "simplexml" | ||
| php-version: "7.0" | ||
|
|
||
| - name: "Cache dependencies installed with composer" |
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.
deleted this unnecessary complexity, because the build is wicked fast without caching
Before landing we should have some tests #5