From ed06d7bcb80d3f20e31d3c1b629d6119db72ac65 Mon Sep 17 00:00:00 2001 From: wyhong3103 Date: Fri, 16 Feb 2024 00:50:07 +0800 Subject: [PATCH] Update pytest path --- .github/workflows/test-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 0589c18..d5a3e5a 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -26,7 +26,8 @@ jobs: pip install -r ./backend/requirements.txt - name: Test with pytest run: | - pytest /backend/ + cd ./backend + pytest deploy: name: Deploy