fix: removing "Exit if Server hasn't started" coz its not needed. (#16589)
This commit is contained in:
parent
70bb40d5c5
commit
0fc7f4c7f6
10
.github/workflows/test-build-docker-image.yml
vendored
10
.github/workflows/test-build-docker-image.yml
vendored
|
|
@ -535,16 +535,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sleep 30s
|
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
|
- name: Installing Yarn serve
|
||||||
if: steps.run_result.outputs.run_result != 'success'
|
if: steps.run_result.outputs.run_result != 'success'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user