From 95f58ee381b3422e102fc816e8e5498079e9965f Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Fri, 1 Mar 2024 11:02:01 +0530 Subject: [PATCH] cloudbuild --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 0b7e4c902..ddfe8b4cb 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -7,4 +7,4 @@ echo "Running Django migrations..." ./manage.py migrate echo "Running pytest..." -ulimit -n unlimited && pytest +pytest