You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wazuh-unit-test GitHub action is limited to running in a specific environment (Kibana 7.10.2) and this could give problems in plugins for other Kibana versions, moreover, the action can not run for plugin compatibles with OpenSearch Dashboards.
Tasks
Use the images hosted on quay.com
Support run the action for plugin compatibles with OpenSearch Dashboards
Allow the action can run on:
pull request
dispatch
The text was updated successfully, but these errors were encountered:
Note: I am working in a private repository to test the action due to it is required the action is in the repository main branch. In this way, I can test without pushing changes to the main branch. The intention is getting the workflow definition and move it to this repository.
I created a reusable workflow that installs the plugin in development mode using the hosted Docker images in quay.com. This workflow allows us runs the tests and can be expanded for other tasks that require the development mode as the building a package.
This workflow can be:
dispatched:
Receive 2 parameters:
reference: branch/tag/commit SHA of the plugin source code
command: select the commando to execute the unit tests. Currently yarn test:jest
Description
The
wazuh-unit-test
GitHub action is limited to running in a specific environment (Kibana 7.10.2) and this could give problems in plugins for other Kibana versions, moreover, the action can not run for plugin compatibles with OpenSearch Dashboards.Tasks
The text was updated successfully, but these errors were encountered: