Skip to content

Commit

Permalink
Update r_test.yml
Browse files Browse the repository at this point in the history
Fix indentation

Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Mar 7, 2024
1 parent 335691f commit 1acd27e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
exit 1
fi
- run: |
if sudo systemctl start wazuh-indexer; then
sudo journalctl --no-pager -u wazuh-indexer.service
exit 1
fi
if sudo systemctl start wazuh-indexer; then
sudo journalctl --no-pager -u wazuh-indexer.service
exit 1
fi
- run: |
if sudo systemctl status wazuh-indexer; then
sudo journalctl --no-pager -u wazuh-indexer.service
exit 1
fi
if sudo systemctl status wazuh-indexer; then
sudo journalctl --no-pager -u wazuh-indexer.service
exit 1
fi

0 comments on commit 1acd27e

Please sign in to comment.