Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 6, 2024
1 parent 6f01dad commit a6da695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Run `test.sh`
run: |
dpkg -i "artifacts/dist/${{ inputs.package }}";
systemctl daemon-reload;
systemctl enable wazuh-indexer.service;
systemctl start wazuh-indexer;
systemctl status wazuh-indexer
sudo dpkg -i "artifacts/dist/${{ inputs.package }}";
sudo systemctl daemon-reload;
sudo systemctl enable wazuh-indexer.service;
sudo systemctl start wazuh-indexer;
sudo systemctl status wazuh-indexer

0 comments on commit a6da695

Please sign in to comment.