fix: removing "Exit if Server hasn't started" coz its not needed. (#16589)

This commit is contained in:
Ashok Kumar M 2022-09-06 19:03:32 +05:30 committed by GitHub
parent 70bb40d5c5
commit 0fc7f4c7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,16 +535,6 @@ jobs:
run: |
sleep 30s
- name: Exit if Server hasnt started
if: steps.run_result.outputs.run_result != 'success'
run: |
if [[ `ps -ef | grep "server-1.0-SNAPSHOT" | grep java |wc -l` == 0 ]]; then
echo "Server Not Started";
exit 1;
else
echo "Server Found";
fi
- name: Installing Yarn serve
if: steps.run_result.outputs.run_result != 'success'
run: |