Skip to content

Commit

Permalink
attempt to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
YotillaAntoni committed Jan 15, 2025
1 parent 4f43c31 commit 671ce24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- name: Print docker version
run: |
sudo docker version
sudo ss -atpn || true
- name: Disable app armor
run: |
sudo aa-teardown || true
Expand All @@ -139,13 +140,8 @@ jobs:
- name: Maven Tests
id: tests
run: |
sudo ss -atpn | grep 327
#sudo aa-status
(
while true; do
# #echo "Top memory-consuming process at $(date):"
# #ps -eo user,pid,comm,rss,vsz,args --sort=-rss | head -n 11
# #echo "-----------------------------"
echo "Used ports *327*"
sudo ss -atpn | grep 327
echo "-----------------------------"
Expand Down

0 comments on commit 671ce24

Please sign in to comment.