Skip to content

Commit

Permalink
Add github action to run plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Nov 23, 2023
1 parent eaba564 commit cbae1d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
path: 'wazuh/plugins/wazuh-core',
container_path: 'wazuh-core',
},
{
name: 'Wazuh Endpoints',
path: 'wazuh/plugins/wazuh-endpoints',
container_path: 'wazuh-endpoints',
},
]

steps:
Expand Down

0 comments on commit cbae1d0

Please sign in to comment.