From 63c717652a305a16cd41fc399c697cd1688f5155 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:29:32 +0500 Subject: [PATCH] please work v2 --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f779b59..5557179 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,9 +24,7 @@ jobs: pip install -r requirements.txt pip install uvicorn - - name: Start API server + - name: Start API server & run tests! run: | python run - - - name: Run tests - run: python tests +