From 48c4753fc3b64a721339365060008819e73576a6 Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Mon, 25 Mar 2024 13:15:03 +0530 Subject: [PATCH] fix: env var --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 033e47a8..9dfc7dcc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,5 +38,5 @@ jobs: - name: Install python libraries run: pip3 install --user -r backend/requirements.txt - - name: Build the Docker image and run tests + - name: run tests run: cd backend && python -m unittest discover -s tests \ No newline at end of file