Skip to content

Commit

Permalink
Additional logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Feb 18, 2024
1 parent 97bfbdd commit f49174c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/run_all_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ cd ${ROOT_DIR}/Source/VFS/tests/data/docker
if [ -n "$GITHUB_ACTION" ]; then
echo "Working on GHA, check for colima soundness"
sleep 10
netstat -an | grep LISTEN
if ! netstat -an | grep ':9022 ' | grep -q LISTEN; then
echo "Port 9022 is not open for listening, restart colima and the containers"
docker stop nc_sftp_ubuntu_2004
Expand All @@ -49,6 +50,8 @@ if [ -n "$GITHUB_ACTION" ]; then

docker start nc_sftp_ubuntu_2004
docker start nc_webdav_ubuntu_2004

netstat -an | grep LISTEN
fi
fi

Expand Down

0 comments on commit f49174c

Please sign in to comment.