-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Plug the WOPI validator into the pipeline #74
Comments
@dviry what do you do to run the validator locally? (can you write steps?) I'd plug it into the gh actions pipeline...for now as a separate yaml but once we get it green, we could plug it into all the workflows. wdyt? |
related to #182 |
... but the WOPI-Validator requires a running WopiHost and WopiHost.Web, how would you do that in GH-Actions? That would require starting at least a docker-composer instance (running in Docker would be anyway a future FR idea of mine) |
true. well, at least we have a direction to explore :) |
more for me to learn in the realm of GH-actions 😄 |
https://wopi.readthedocs.io/en/latest/build_test_ship/validator.html#validator
Plug it into the build pipeline: https://github.com/Microsoft/wopi-validator-core
The text was updated successfully, but these errors were encountered: