Skip to content

Commit 187af36

Browse files
authored
Update pythonpackage.yml
1 parent 88cc06c commit 187af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
echo "Checking if container is alive..."
188188
[ $(curl http://localhost:8081/ui/get_messages -s) == "{}" ] && echo "Success!" || (echo "Failed" && exit 1)
189189
echo "Checking if we have a working home page..."
190-
curl http://localhost:8081/home/ -s | grep -q "site-notification-modal" && echo "Success!" || (echo "Failed" && exit 1)
190+
$(curl http://localhost:8081/home/ -s | grep -q "site-notification-modal") && echo "Success!" || (echo "Failed" && exit 1)
191191
echo "Stopping and removing container..."
192192
docker stop ${{ env.DOCKER_CONTAINER_NAME }}
193193
Deploy:

0 commit comments

Comments
 (0)